Skip to content

Commit 53fe28b

Browse files
committed
add delete permission to volumesnaps and vsc
1 parent 909412b commit 53fe28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/k8s/rbac.yaml

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

0 commit comments

Comments
 (0)