Merge pull request #959 from leonardoce/dev/rbac-group-snapshot

Allow csi-snapshotter to create and manage VolumeSnapshots
This commit is contained in:
Kubernetes Prow Robot
2023-11-16 18:01:41 +01:00
committed by GitHub

View File

@@ -34,6 +34,9 @@ rules:
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotclasses"]
verbs: ["get", "list", "watch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots"]
verbs: ["get", "list", "watch", "update", "patch", "create"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["get", "list", "watch", "update", "patch", "create"]