jedcunningham commented on code in PR #24588:
URL: https://github.com/apache/airflow/pull/24588#discussion_r975616184
##########
chart/templates/scheduler/scheduler-deployment.yaml:
##########
@@ -134,6 +135,7 @@ spec:
{{ toYaml .Values.scheduler.resources | indent 12 }}
image: {{ template "airflow_image_for_migrations" . }}
imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
+ securityContext: {{ $containerSecurityContext | nindent 12 }}
Review Comment:
If you'd rather not do it for every single container everywhere in this PR,
that's fine with me. It can be expanded in a followup PR.
--
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]