jscheffl commented on code in PR #68036:
URL: https://github.com/apache/airflow/pull/68036#discussion_r3376458723
##########
chart/tests/helm_tests/security/test_security_context.py:
##########
@@ -228,23 +171,6 @@ def test_check_local_setting_default_version(self,
workers_values):
assert
jmespath.search("spec.template.spec.securityContext.runAsUser", doc) == 9000
assert
jmespath.search("spec.template.spec.securityContext.fsGroup", doc) == 90
- # Test containerSecurity priority over uid under components using
localSecurityContext
- def test_check_local_uid(self):
Review Comment:
Yes, just right below in this case.
I _think_ at time "new" Security Contexts were added all tests were
duplicated for old/new
--
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]