Skip to content

Commit 23ae755

Browse files
committed
fixup
1 parent 470eecf commit 23ae755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/unmanaged_k8s.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func UnmanagedK8SSpec(ctx context.Context, inputGetter func() CommonSpecInput) {
9292
ClusterctlConfigPath: input.ClusterctlConfigPath,
9393
KubeconfigPath: input.BootstrapClusterProxy.GetKubeconfigPath(),
9494
InfrastructureProvider: clusterctl.DefaultInfrastructureProvider,
95-
Flavor: clusterctl.DefaultFlavor,
95+
Flavor: specName,
9696
Namespace: namespace.Name,
9797
ClusterName: clusterName,
9898
KubernetesVersion: input.E2EConfig.GetVariable(KubernetesVersion),

0 commit comments

Comments
 (0)