From 47c6d5c8137c6a1ece40da438820d158bff12b9b Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 28 Apr 2021 21:00:59 +0200 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: chgl --- .../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 dff6226c..ca69d0c4 100644 --- a/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml +++ b/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml @@ -15,8 +15,8 @@ spec: labels: {{- include "argo-workflows.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 8 }} app.kubernetes.io/version: {{ default .Chart.AppVersion .Values.controller.image.tag | quote }} - {{- if .Values.controller.podLabels }} - {{ toYaml .Values.controller.podLabels | nindent 8}} + {{- with.Values.controller.podLabels }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.controller.podAnnotations }} annotations: