Update charts/argo-workflows/templates/server/server-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:42 +01:00
parent bc19fd38b9
commit f089fdc2d8

View file

@ -80,8 +80,8 @@ spec:
{{- with .Values.server.volumeMounts }} {{- with .Values.server.volumeMounts }}
{{- toYaml . | nindent 10}} {{- toYaml . | nindent 10}}
{{- end }} {{- end }}
{{- if .Values.server.extraContainers }} {{- with .Values.server.extraContainers }}
{{ toYaml .Values.server.extraContainers | nindent 8}} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.images.pullSecrets }} {{- with .Values.images.pullSecrets }}
imagePullSecrets: imagePullSecrets: