We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470eecf commit 23ae755Copy full SHA for 23ae755
test/e2e/unmanaged_k8s.go
@@ -92,7 +92,7 @@ func UnmanagedK8SSpec(ctx context.Context, inputGetter func() CommonSpecInput) {
92
ClusterctlConfigPath: input.ClusterctlConfigPath,
93
KubeconfigPath: input.BootstrapClusterProxy.GetKubeconfigPath(),
94
InfrastructureProvider: clusterctl.DefaultInfrastructureProvider,
95
- Flavor: clusterctl.DefaultFlavor,
+ Flavor: specName,
96
Namespace: namespace.Name,
97
ClusterName: clusterName,
98
KubernetesVersion: input.E2EConfig.GetVariable(KubernetesVersion),
0 commit comments