dro now-redundant branch for controller.workflowNamespaces

Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
reinvantveer 2021-07-12 14:16:34 +02:00
parent 424f1fc97f
commit d51e06fc33

View file

@ -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" . }}
@ -33,4 +32,3 @@ subjects:
{{- end }}
{{- end }}
{{- end }}