Skip to content

Commit

Permalink
docs(topology): adding vm vmi in clusterrole file for read access (#2177
Browse files Browse the repository at this point in the history
)

docs(topology) : adding vm vmi in clusterrole file for read access
  • Loading branch information
its-mitesh-kumar authored Sep 16, 2024
1 parent d67c364 commit 7dc778d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/topology/manifests/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ rules:
verbs:
- get
- list
- apiGroups:
- kubevirt.io
resources:
- virtualmachines
- virtualmachineinstances
verbs:
- get
- list
- apiGroups:
- route.openshift.io
resources:
Expand Down

0 comments on commit 7dc778d

Please sign in to comment.