add missing "template" keyword

Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
reinvantveer 2021-07-12 14:23:08 +02:00
parent 8177b078bf
commit 06a3b50056

View file

@ -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" . }}