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:
parent
bc19fd38b9
commit
f089fdc2d8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue