Skip to content

Commit 56fe197

Browse files
committed
Update snapshot sidecar roles
1 parent 97f7ede commit 56fe197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/kubernetes/base/controller/cluster_setup.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ rules:
266266
verbs: ["get", "list", "watch"]
267267
- apiGroups: ["snapshot.storage.k8s.io"]
268268
resources: ["volumesnapshotcontents"]
269-
verbs: ["create", "get", "list", "watch", "update", "delete"]
269+
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
270270
- apiGroups: ["snapshot.storage.k8s.io"]
271271
resources: ["volumesnapshotcontents/status"]
272-
verbs: ["update"]
272+
verbs: ["update", "patch"]
273273
---
274274

275275
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)