jrhuerta commented on code in PR #62052:
URL: https://github.com/apache/airflow/pull/62052#discussion_r2814395758


##########
helm-tests/tests/helm_tests/apiserver/test_apiserver.py:
##########
@@ -76,6 +76,30 @@ def 
test_should_add_volume_and_volume_mount_when_exist_api_server_config(self):
             "readOnly": True,
         } in jmespath.search("spec.template.spec.containers[0].volumeMounts", 
docs[0])
 
+    def test_should_remove_replicas_field(self):
+        docs = render_chart(
+            values={
+                "airflowVersion": "3.0.0",

Review Comment:
   @Miretpl I tried to replicate the same pattern I saw in other tests. Is this 
approach good?



-- 
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