Skip to content

Commit

Permalink
fix roles
Browse files Browse the repository at this point in the history
  • Loading branch information
klinch0 committed Dec 6, 2024
1 parent d098368 commit e79479d
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions packages/apps/tenant/templates/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,12 @@ rules:
resources:
- helmreleases
verbs:
- get
- list
- watch
- '*'
- apiGroups: ["kubevirt.io"]
resources:
- virtualmachines
verbs:
- get
- list
- '*'
- apiGroups: ["subresources.kubevirt.io"]
resources:
- virtualmachineinstances/console
Expand All @@ -379,13 +376,7 @@ rules:
resources:
- '*'
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- '*'


---
Expand All @@ -400,13 +391,6 @@ rules:
verbs:
- get
- list
- apiGroups:
- source.toolkit.fluxcd.io
resources:
- helmcharts
verbs:
- get
- list
- apiGroups: ["source.toolkit.fluxcd.io"]
resources:
- helmcharts
Expand Down

0 comments on commit e79479d

Please sign in to comment.