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