Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Jan 18, 2024
1 parent 944f5cd commit 6fe1bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-two-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function prepare_master_master_cluster() {
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[0].hostName = env.HOST_1 |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[0].hostUid = env.HOST_1 |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[0].nicName = env.NIC_NAME |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[1].hostName = env.HOST_1 |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[1].hostName = env.HOST_2 |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[1].hostUid = env.HOST_2 |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[1].nicName = env.NIC_NAME |
.spec.profiles[0].uid = env.CLUSTER_PROFILE_UID |
Expand Down

0 comments on commit 6fe1bd8

Please sign in to comment.