Skip to content

Commit 5c67fdd

Browse files
authored
Fix name of ManagedServiceAccount for VM actions (#349)
Signed-off-by: Jorge Padilla <jpadilla@redhat.com>
1 parent ed58dcc commit 5c67fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/virtual_machines_setup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
const (
1919
CONDITION_VM_ACTIONS = "VirtualMachineActionsReady"
2020
clusterPermissionName = "virtual-machine-actions"
21-
managedSAName = "virtual-machine-actor"
21+
managedSAName = "vm-actor"
2222
)
2323

2424
var (

0 commit comments

Comments
 (0)