Skip to content

Commit

Permalink
fix(vm): change ip for running vm
Browse files Browse the repository at this point in the history
Signed-off-by: dmitry.lopatin <dmitry.lopatin@flant.com>
  • Loading branch information
LopatinDmitr committed Sep 17, 2024
1 parent 24ae25d commit 081ac7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func compareVirtualMachineIPAddress(current, desired *v1alpha2.VirtualMachineSpe
current.VirtualMachineIPAddress,
desired.VirtualMachineIPAddress,
"",
ActionNone,
ActionRestart,
)
}

Expand Down

0 comments on commit 081ac7e

Please sign in to comment.