add missing "template" keyword
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
parent
8177b078bf
commit
06a3b50056
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ subjects:
|
|||
{{- range $namespace := append .Values.controller.workflowNamespaces .Values.workflow.namespace | compact | uniq }}
|
||||
|
||||
{{ include "workflow-rb-base" . }}
|
||||
name: {{ "argo-workflows.fullname" }}-workflow
|
||||
name: {{ template "argo-workflows.fullname" }}-workflow
|
||||
namespace: {{ $namespace }}
|
||||
|
||||
{{- include "workflow-rb-roleref" . }}
|
||||
|
|
Loading…
Reference in a new issue