From 447285dca3da1b3827c1bd0fc8b41f4c05e3fe65 Mon Sep 17 00:00:00 2001 From: reinvantveer Date: Mon, 12 Jul 2021 14:26:48 +0200 Subject: [PATCH] drop redundant $namespace assignment that was already moved inside the "range" function Signed-off-by: reinvantveer --- charts/argo-workflows/templates/controller/workflow-sa.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/argo-workflows/templates/controller/workflow-sa.yaml b/charts/argo-workflows/templates/controller/workflow-sa.yaml index 479df1c5..b850d2ee 100644 --- a/charts/argo-workflows/templates/controller/workflow-sa.yaml +++ b/charts/argo-workflows/templates/controller/workflow-sa.yaml @@ -26,7 +26,6 @@ metadata: {{- end }} {{ range $namespace := append .Values.controller.workflowNamespaces .Values.workflow.namespace | compact | uniq }} - {{ $namespace := . }} {{ include "sa-base" . }} name: {{ $.Values.workflow.serviceAccount.name }} namespace: {{ $namespace }}