Aaryan123456679 commented on code in PR #70238:
URL: https://github.com/apache/airflow/pull/70238#discussion_r3671151708
##########
chart/values.schema.json:
##########
@@ -126,6 +126,12 @@
"allowPrivilegeEscalation": false
}
]
+ },
+ "disableDefaults": {
+ "description": "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 just the required-information description plus a
note that the `false` default is deprecated.
--
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]