Aaryan123456679 commented on code in PR #70238:
URL: https://github.com/apache/airflow/pull/70238#discussion_r3671157145


##########
chart/tests/helm_tests/security/test_security_context.py:
##########
@@ -422,6 +422,120 @@ def test_main_pod_setting(self):
         for doc in docs[1:]:
             assert ctx_value == 
jmespath.search("spec.template.spec.securityContext", doc)
 
+    def test_disable_defaults_pod_and_container(self):

Review Comment:
   Added both in d971b4fec7: `test_pod_security_context_disable_defaults` / 
`test_container_security_context_disable_defaults` / 
`test_pod_security_context_set_overrides_disable_defaults` in 
test_pod_template_file.py for the pod-template-file path, and 
`test_disable_defaults_component_level_override_still_applied` here for the 
component-level override case.



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