Skip to content

Commit 0ccf801

Browse files
author
Grant Griffiths
committed
Add volumesnapshotcontents/status patch rbac
Signed-off-by: Grant Griffiths <[email protected]>
1 parent 2980e22 commit 0ccf801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rules:
3838
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
3939
- apiGroups: ["snapshot.storage.k8s.io"]
4040
resources: ["volumesnapshotcontents/status"]
41-
verbs: ["update"]
41+
verbs: ["update", "patch"]
4242

4343
---
4444
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)