Skip to content

Commit 2980e22

Browse files
author
Grant Griffiths
committed
Allow csi-snapshotter to patch vsc
Signed-off-by: Grant Griffiths <[email protected]>
1 parent b2d17cd commit 2980e22

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
@@ -35,7 +35,7 @@ rules:
3535
verbs: ["get", "list", "watch"]
3636
- apiGroups: ["snapshot.storage.k8s.io"]
3737
resources: ["volumesnapshotcontents"]
38-
verbs: ["create", "get", "list", "watch", "update", "delete"]
38+
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
3939
- apiGroups: ["snapshot.storage.k8s.io"]
4040
resources: ["volumesnapshotcontents/status"]
4141
verbs: ["update"]

0 commit comments

Comments
 (0)