re-use controller.workflowNamespaces instead of introducing workflow.namespaces
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
parent
73ee287d31
commit
41c6be74c4
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ subjects:
|
|||
|
||||
{{- if .Values.workflow.rbac.create -}}
|
||||
|
||||
{{- if .Values.workflow.namespaces }}
|
||||
{{- if .Values.controller.workflowNamespaces }}
|
||||
|
||||
{{- range .Values.workflow.namespaces }}
|
||||
{{- range .Values.controller.workflowNamespaces }}
|
||||
{{ $namespace := . }}
|
||||
|
||||
{{ include "workflow-rb-base" . }}
|
||||
|
|
Loading…
Reference in a new issue