Skip to content

Commit 9485506

Browse files
committed
update cluster role for snapshot status
1 parent ad5dd2b commit 9485506

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deploy/kubernetes/rbac.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ rules:
4444
- apiGroups: ["snapshot.storage.k8s.io"]
4545
resources: ["volumesnapshots"]
4646
verbs: ["get", "list", "watch", "update"]
47+
- apiGroups: ["snapshot.storage.k8s.io"]
48+
resources: ["volumesnapshots/status"]
49+
verbs: ["update"]
4750
- apiGroups: ["apiextensions.k8s.io"]
4851
resources: ["customresourcedefinitions"]
49-
verbs: ["create", "list", "watch", "delete"]
52+
verbs: ["create", "list", "watch", "delete", "get", "update"]
5053

5154
---
5255
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)