Aaryan123456679 commented on code in PR #70238:
URL: https://github.com/apache/airflow/pull/70238#discussion_r3671155515
##########
chart/values.yaml:
##########
@@ -47,6 +47,12 @@ gid: 0
securityContexts:
pod: {}
containers: {}
+ # If true, the chart will not set any default `runAsUser`/`fsGroup` (pod) or
`runAsUser`
+ # (container) values when securityContexts.pod / securityContexts.containers
(or the
+ # equivalent per-component overrides) are left empty. Useful on platforms
such as
+ # OpenShift, where the cluster assigns these values automatically via SCC
and rejects
+ # pods/containers that hard-code them.
Review Comment:
Updated in d971b4fec7 to match the schema file wording.
--
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]