Skip to content

Commit

Permalink
Update rbac.yaml (#603)
Browse files Browse the repository at this point in the history
Signed-off-by: Darkfella91 <[email protected]>
  • Loading branch information
d4rkfella authored Dec 17, 2024
1 parent 66dd83c commit bc25af4
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 bc25af4

Please sign in to comment.