Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jan 12, 2024
1 parent 7bdcd24 commit 997396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ipamhelper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func configureControlPlaneIPs(clusterctlConfigPath string, additionalIPVariableN
for _, variable := range append(additionalIPVariableNames, controlPlaneEndpointVariable) {
ip := ipamService.claimIPAddress()
Byf("Setting clusterctl variable %s to %s", variable, ip)
variables[variable] = ipamService.claimIPAddress()
variables[variable] = ip
}

modifiedClusterctlConfigPath := fmt.Sprintf("%s-%s.yaml", strings.TrimSuffix(clusterctlConfigPath, ".yaml"), rand.String(10))
Expand Down

0 comments on commit 997396e

Please sign in to comment.