drop redundant $namespace assignment that was already moved inside the "range" function
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
parent
06a3b50056
commit
447285dca3
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ metadata:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{ range $namespace := append .Values.controller.workflowNamespaces .Values.workflow.namespace | compact | uniq }}
|
{{ range $namespace := append .Values.controller.workflowNamespaces .Values.workflow.namespace | compact | uniq }}
|
||||||
{{ $namespace := . }}
|
|
||||||
{{ include "sa-base" . }}
|
{{ include "sa-base" . }}
|
||||||
name: {{ $.Values.workflow.serviceAccount.name }}
|
name: {{ $.Values.workflow.serviceAccount.name }}
|
||||||
namespace: {{ $namespace }}
|
namespace: {{ $namespace }}
|
||||||
|
|
Loading…
Reference in a new issue