Skip to content

Commit

Permalink
Add missing RBACS for kubevirt-ipam-controller
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Aug 12, 2024
1 parent f54ea55 commit f4cea4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,18 @@ func GetClusterRole(allowMultus bool) *rbacv1.ClusterRole {
"update",
},
},
{
APIGroups: []string{
"kubevirt.io",
},
Resources: []string{
"virtualmachines/finalizers",
"virtualmachineinstances/finalizers",
},
Verbs: []string{
"update",
},
},
{
APIGroups: []string{
"apps",
Expand Down

0 comments on commit f4cea4a

Please sign in to comment.