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 2980e22 commit 0ccf801Copy full SHA for 0ccf801
deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml
@@ -38,7 +38,7 @@ rules:
38
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
39
- apiGroups: ["snapshot.storage.k8s.io"]
40
resources: ["volumesnapshotcontents/status"]
41
- verbs: ["update"]
+ verbs: ["update", "patch"]
42
43
---
44
kind: ClusterRoleBinding
0 commit comments