Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reshnm committed Sep 28, 2023
1 parent 5859fea commit 9a64448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ .Values.deployer.name }}
name: {{ include "deployer.clusterrole.name" . }}
subjects:
- kind: ServiceAccount
name: {{ .Values.deployer.serviceAccountName }}
Expand Down

0 comments on commit 9a64448

Please sign in to comment.