Merge pull request #961 from leonardoce/dev/volume-snapshot-permission
Allow snapshot controller to delete VolumeSnapshots
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user