From 63995f3edc0fc7ad40987e0ca3cdde564633fb14 Mon Sep 17 00:00:00 2001 From: reinvantveer Date: Mon, 12 Jul 2021 14:38:02 +0200 Subject: [PATCH] add missing "$" to denote target for templating the workflows fullname helper 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 9846a5f0..f23675ed 100644 --- a/charts/argo-workflows/templates/controller/workflow-rb.yaml +++ b/charts/argo-workflows/templates/controller/workflow-rb.yaml @@ -4,7 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: - name: {{ template "argo-workflows.fullname" }}-workflow + name: {{ template "argo-workflows.fullname" $ }}-workflow namespace: {{ $namespace }} roleRef: apiGroup: rbac.authorization.k8s.io