Skip to content

Commit d000093

Browse files
committed
chore(helmbroker): use dynamic clusterrole name
1 parent bb2e052 commit d000093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/helmbroker/templates/helmbroker-clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: ClusterRoleBinding
22
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
4-
name: drycc:drycc-helmbroker
4+
name: {{ printf "%s:drycc-helmbroker" .Release.Namespace | quote }}
55
labels:
66
app: drycc-helmbroker
77
heritage: drycc

0 commit comments

Comments
 (0)