Aaryan123456679 commented on code in PR #70238: URL: https://github.com/apache/airflow/pull/70238#discussion_r3671144967
########## chart/templates/_helpers.yaml: ########## @@ -914,6 +923,9 @@ The template looks for `runAsUser` and `fsGroup` specifically, any other paramet Values are not accumulated meaning that if runAsUser is set to 10 in <node>.securityContexts.pod, any extra values set to securityContexts or uid+gid will be ignored. +If securityContexts.disableDefaults is true and no explicit runAsUser/fsGroup is set anywhere, +this template renders an empty string, since there is no meaningful id to chown to. Review Comment: Updated the wording as suggested in d971b4fec7. -- 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]
