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 909412b commit 53fe28bCopy full SHA for 53fe28b
deploy/k8s/rbac.yaml
@@ -38,7 +38,7 @@ rules:
38
verbs: ["patch"]
39
- apiGroups: ["snapshot.storage.k8s.io"]
40
resources: ["volumesnapshots", "volumesnapshots/status", "volumesnapshotclasses", "volumesnapshotcontents", "volumesnapshotcontents/status"]
41
- verbs: ["get", "list", "watch", "update", "create", "patch"]
+ verbs: ["get", "list", "watch", "update", "create", "patch", "delete"]
42
---
43
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRoleBinding
0 commit comments