Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
This commit is contained in:
chgl 2021-04-28 21:01:37 +02:00
parent bedebe60b8
commit 1050f032ac

View file

@ -53,8 +53,8 @@ spec:
- "--pod-workers" - "--pod-workers"
- {{ . | quote }} - {{ . | quote }}
{{- end }} {{- end }}
{{- if .Values.controller.extraArgs }} {{- with .Values.controller.extraArgs }}
{{- toYaml .Values.controller.extraArgs | nindent 10 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
securityContext: securityContext:
{{- toYaml .Values.controller.securityContext | nindent 12 }} {{- toYaml .Values.controller.securityContext | nindent 12 }}