Skip to content

Commit

Permalink
fix: machine default type matches rancher (#1382)
Browse files Browse the repository at this point in the history
Signed-off-by: matttrach <[email protected]>
  • Loading branch information
matttrach authored Aug 2, 2024
1 parent 70bd05f commit a41ef9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher2/schema_machine_config_v2_vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const (
machineConfigV2VmwarevsphereCreationTypeDefault = "legacy"
machineConfigV2VmwarevsphereCreationTypeDefault = "template"
)

var (
Expand Down

0 comments on commit a41ef9c

Please sign in to comment.