Skip to content

Commit

Permalink
Merge pull request #14 from stakater/fix-rbac
Browse files Browse the repository at this point in the history
Fix rbac
  • Loading branch information
waseem-h authored Aug 20, 2018
2 parents bd83721 + 8253d32 commit a1857e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ subjects:
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: {{ template "name" . }}-cluster-role
name: {{ template "name" . }}-{{ .Release.Namespace }}-cluster-role
apiGroup: rbac.authorization.k8s.io

0 comments on commit a1857e3

Please sign in to comment.