Miretpl commented on code in PR #63187:
URL: https://github.com/apache/airflow/pull/63187#discussion_r2914434358


##########
helm-tests/tests/helm_tests/apiserver/test_hpa_apiserver.py:
##########
@@ -32,6 +32,31 @@ def test_hpa_disabled_by_default(self):
         )
         assert docs == []
 
+    def test_replicas_omitted_when_null(self):
+        """When apiServer.replicas is null the Deployment must not contain 
spec.replicas."""
+        docs = render_chart(
+            values={
+                "airflowVersion": "3.0.2",

Review Comment:
   ```suggestion
   ```
   as we can do these tests on default (3.x) version set in the chart



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to