From 06a3b500567d4956881a9292210ba13e1c240791 Mon Sep 17 00:00:00 2001 From: reinvantveer Date: Mon, 12 Jul 2021 14:23:08 +0200 Subject: [PATCH] add missing "template" keyword Signed-off-by: reinvantveer --- charts/argo-workflows/templates/controller/workflow-rb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/templates/controller/workflow-rb.yaml b/charts/argo-workflows/templates/controller/workflow-rb.yaml index 2a622620..a474692c 100644 --- a/charts/argo-workflows/templates/controller/workflow-rb.yaml +++ b/charts/argo-workflows/templates/controller/workflow-rb.yaml @@ -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" . }}