We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d17cd commit 2980e22Copy full SHA for 2980e22
deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml
@@ -35,7 +35,7 @@ rules:
35
verbs: ["get", "list", "watch"]
36
- apiGroups: ["snapshot.storage.k8s.io"]
37
resources: ["volumesnapshotcontents"]
38
- verbs: ["create", "get", "list", "watch", "update", "delete"]
+ verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
39
40
resources: ["volumesnapshotcontents/status"]
41
verbs: ["update"]
0 commit comments