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 06868ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,14 @@ rules:
- persistentvolumeclaims
verbs:
- "*"
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- get
- list
- watch

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

0 comments on commit 06868ed

Please sign in to comment.