Skip to content

Commit

Permalink
Fix rbac permission for PVC in chart (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
suaas21 authored and tamalsaha committed Nov 7, 2019
1 parent 51a712b commit c0ff647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stash/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rules:
- ""
resources:
- persistentvolumeclaims
verbs: ["get","list","watch"]
verbs: ["get","list","watch", "create", "patch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit c0ff647

Please sign in to comment.