From bc19fd38b97e8bceda4e13e370ed247a72ef52c4 Mon Sep 17 00:00:00 2001 From: Mike Bryant Date: Tue, 10 Aug 2021 23:23:37 +0100 Subject: [PATCH] Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Oliver Bähler Signed-off-by: Mike Bryant --- .../templates/controller/workflow-controller-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml b/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml index 43168536..7dee67e5 100644 --- a/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml +++ b/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml @@ -79,8 +79,8 @@ spec: containerPort: {{ .Values.controller.metricsConfig.port }} - containerPort: 6060 livenessProbe: {{ .Values.controller.livenessProbe | toYaml | nindent 12 }} - {{- if .Values.controller.extraContainers }} - {{ toYaml .Values.controller.extraContainers | nindent 8}} + {{- with .Values.controller.extraContainers }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.images.pullSecrets }} imagePullSecrets: