dro now-redundant branch for controller.workflowNamespaces
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
parent
424f1fc97f
commit
d51e06fc33
1 changed files with 5 additions and 7 deletions
|
@ -17,7 +17,6 @@ subjects:
|
|||
{{- end }}
|
||||
|
||||
{{- if .Values.workflow.rbac.create -}}
|
||||
{{- if .Values.controller.workflowNamespaces }}
|
||||
{{- range $namespace := append .Values.controller.workflowNamespaces .Values.workflow.namespace | compact | uniq }}
|
||||
|
||||
{{ include "workflow-rb-base" . }}
|
||||
|
@ -32,5 +31,4 @@ subjects:
|
|||
namespace: {{ $namespace }}
|
||||
{{- end }}
|
||||
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue