Skip to content

Commit

Permalink
update rbac requirements for vm-import-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Aug 2, 2024
1 parent 35775df commit 314288b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/harvester-vm-import-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ rules:
- persistentvolumeclaims
verbs:
- "*"
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- get
- list

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 314288b

Please sign in to comment.