We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f39ce commit 38d4c5cCopy full SHA for 38d4c5c
test/e2e/e2e_test.go
@@ -219,7 +219,7 @@ var _ = Describe("Workload cluster creation", func() {
219
InfrastructureProvider: clusterctl.DefaultInfrastructureProvider,
220
Flavor: "ci-topology",
221
Namespace: namespace.Name,
222
- ClusterName: clusterName,
+ ClusterName: fmt.Sprintf("%s-topology", clusterName),
223
KubernetesVersion: e2eConfig.GetVariable(KubernetesVersion),
224
ControlPlaneMachineCount: ptr.To[int64](1),
225
WorkerMachineCount: ptr.To[int64](1),
0 commit comments