Skip to content

Commit

Permalink
fix test-two-node.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson authored Oct 27, 2023
1 parent bd01280 commit bd04d7b
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 @@ -317,7 +317,7 @@ function prepare_cluster() {
.spec.cloudConfig.controlPlaneEndpoint.host = env.CLUSTER_VIP |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[0].hostUid = env.HOST_1 |
.spec.machinePoolConfig[0].cloudConfig.edgeHosts[0].nicName = env.NIC_NAME |
.spec.machinePoolConfig[1].cloudConfig.edgeHosts[0].hostUid = env.HOST_1 |
.spec.machinePoolConfig[1].cloudConfig.edgeHosts[0].hostUid = env.HOST_2 |
.spec.machinePoolConfig[1].cloudConfig.edgeHosts[0].nicName = env.NIC_NAME |
.spec.profiles[0].uid = env.CLUSTER_PROFILE_UID |
.spec.profiles[0].packValues[0].values |= gsub("OCI_REGISTRY"; env.OCI_REGISTRY) |
Expand Down

0 comments on commit bd04d7b

Please sign in to comment.