Skip to content

Commit

Permalink
charts PR to go with harvester/pcidevices#91
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Sep 23, 2024
1 parent 21c2d91 commit de01989
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ rules:
resources: ["kubevirts"]
verbs: [ "get", "update" ]
- apiGroups: ["kubevirt.io"]
resources: ["virtualmachines"]
verbs: [ "get", "list", "watch" ]
resources: ["virtualmachines", "virtualmachineinstances"]
verbs: [ "get", "list", "watch", "update" ]
- apiGroups: ["network.harvesterhci.io"]
resources: ["vlanconfigs"]
verbs: [ "get", "list", "watch" ]
Expand Down

0 comments on commit de01989

Please sign in to comment.