Skip to content

Commit 74b5600

Browse files
authored
Merge pull request #959 from leonardoce/dev/rbac-group-snapshot
Allow csi-snapshotter to create and manage VolumeSnapshots
2 parents 36c3f6d + 6ac1229 commit 74b5600

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ rules:
3434
- apiGroups: ["snapshot.storage.k8s.io"]
3535
resources: ["volumesnapshotclasses"]
3636
verbs: ["get", "list", "watch"]
37+
- apiGroups: ["snapshot.storage.k8s.io"]
38+
resources: ["volumesnapshots"]
39+
verbs: ["get", "list", "watch", "update", "patch", "create"]
3740
- apiGroups: ["snapshot.storage.k8s.io"]
3841
resources: ["volumesnapshotcontents"]
3942
verbs: ["get", "list", "watch", "update", "patch", "create"]

0 commit comments

Comments
 (0)