Skip to content

Commit 57c8067

Browse files
authored
Merge pull request #857 from saikat-royc/update-snap-rbac
Update snapshot sidecar roles
2 parents 97f7ede + 56fe197 commit 57c8067

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)