diegoalvarez-clarity commented on code in PR #70180:
URL: https://github.com/apache/airflow/pull/70180#discussion_r4045769040


##########
chart/tests/helm_tests/airflow_aux/test_airflow_common.py:
##########
@@ -416,6 +416,42 @@ def test_have_all_config_mounts_on_init_containers(self):
         for doc in docs:
             assert expected_mount in 
jmespath.search("spec.template.spec.initContainers[0].volumeMounts", doc)
 
+    def test_mount_config_as_dir(self):
+        components = [

Review Comment:
   Now covers all ten templates that include airflow_config_mount: flower, both 
cleanup cronjobs and the two jobs added, with the CronJob pod path handled by 
kind (05572dab2e).



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