diff --git a/charts/argo-workflows/templates/controller/workflow-rb.yaml b/charts/argo-workflows/templates/controller/workflow-rb.yaml index 2d89f34c..2a622620 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: {{ $.Release.Name }}-workflow + name: {{ "argo-workflows.fullname" }}-workflow namespace: {{ $namespace }} {{- include "workflow-rb-roleref" . }}