add missing "$" to denote target for templating the workflows fullname helper
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
This commit is contained in:
parent
5bcdab7c22
commit
63995f3edc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-workflows.fullname" }}-workflow
|
name: {{ template "argo-workflows.fullname" $ }}-workflow
|
||||||
namespace: {{ $namespace }}
|
namespace: {{ $namespace }}
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
|
Loading…
Reference in a new issue