Skip to content

Commit

Permalink
Add delete permission ClusterRole to vs (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
suaas21 authored and tamalsaha committed Oct 16, 2019
1 parent 5387b57 commit 0c87e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/rbac-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ rules:
- volumesnapshots
- volumesnapshotcontents
- volumesnapshotclasses
verbs: ["create", "get", "list", "watch", "patch"]
verbs: ["create", "get", "list", "watch", "patch", "delete"]
- apiGroups:
- storage.k8s.io
resources:
Expand Down

0 comments on commit 0c87e77

Please sign in to comment.