Skip to content

Commit

Permalink
Update rbac.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Darkfella91 <darkfella91@gmail.com>
  • Loading branch information
Darkfella91 committed Dec 16, 2024
1 parent 51972c4 commit 1ee098c
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 1ee098c

Please sign in to comment.