Skip to content

Commit

Permalink
Merge pull request #961 from leonardoce/dev/volume-snapshot-permission
Browse files Browse the repository at this point in the history
Allow snapshot controller to delete VolumeSnapshots
  • Loading branch information
k8s-ci-robot authored Nov 16, 2023
2 parents 74b5600 + 17f739c commit d27ee26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rules:
verbs: ["patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots"]
verbs: ["get", "list", "watch", "update", "patch"]
verbs: ["get", "list", "watch", "update", "patch", "delete"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update", "patch"]
Expand Down

0 comments on commit d27ee26

Please sign in to comment.