Skip to content

Commit

Permalink
Merge pull request #184 from saikat-royc/fix-snap-rbac
Browse files Browse the repository at this point in the history
Update the snapshotter sidecar rbac
  • Loading branch information
saikat-royc authored Oct 25, 2021
2 parents f64690e + 790908d commit 93fcb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/controller/setup_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["create", "get", "list", "watch", "update", "delete"]
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
verbs: ["update", "patch"]
---

kind: ClusterRoleBinding
Expand Down

0 comments on commit 93fcb64

Please sign in to comment.