Skip to content

Commit

Permalink
Update rbac.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella authored Dec 16, 2024
1 parent 51972c4 commit 1b81c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/charts/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ rules:
verbs: ["get", "list", "watch", "update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
verbs: ["update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update"]
Expand Down

0 comments on commit 1b81c1c

Please sign in to comment.