dstandish commented on a change in pull request #18249:
URL: https://github.com/apache/airflow/pull/18249#discussion_r770721300
##########
File path: chart/templates/_helpers.yaml
##########
@@ -616,3 +615,49 @@ Create the name of the cleanup service account to use
{{- end -}}
{{- $kubeVersion -}}
{{- end -}}
+{{/*
+Set the default value for securityContext
+If no value is passed for securityContext or <node>.securityContext, defaults
to global uid and gid
+*/}}
+{{- define "globalSecurityContext" -}}
Review comment:
yeah i was trying to think of one and struggled also.
`serviceSecurityContext` or just `securityContext`
nice thing is it's 100% internal and can be changed later without hurting
anyone :) (so local is fine)
but that said, we could do these: `securityContextAirflow` and
`securityContextOther`... i kindof like that
--
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]