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

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: Mike Bryant <mike@mikebryant.me.uk>
This commit is contained in:
Mike Bryant 2021-08-10 23:23:37 +01:00
parent 07723ea179
commit bc19fd38b9

View file

@ -79,8 +79,8 @@ spec:
containerPort: {{ .Values.controller.metricsConfig.port }} containerPort: {{ .Values.controller.metricsConfig.port }}
- containerPort: 6060 - containerPort: 6060
livenessProbe: {{ .Values.controller.livenessProbe | toYaml | nindent 12 }} livenessProbe: {{ .Values.controller.livenessProbe | toYaml | nindent 12 }}
{{- if .Values.controller.extraContainers }} {{- with .Values.controller.extraContainers }}
{{ toYaml .Values.controller.extraContainers | nindent 8}} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.images.pullSecrets }} {{- with .Values.images.pullSecrets }}
imagePullSecrets: imagePullSecrets: