jedcunningham commented on code in PR #24588:
URL: https://github.com/apache/airflow/pull/24588#discussion_r975610856


##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -247,6 +249,7 @@ spec:
         - name: worker-log-groomer
           image: {{ template "airflow_image" . }}
           imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
+          securityContext: {{ $containerSecurityContext | nindent 12 }}

Review Comment:
   Same here, `workers.logGroomerSidecar.securityContexts.container`?



##########
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:
   Shouldn't this use `scheduler.waitForMigrations.securityContexts.container`?



-- 
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]

Reply via email to