We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7939091 + fec4f2a commit 881c24bCopy full SHA for 881c24b
test/e2e/suites/e2e/e2e_test.go
@@ -136,7 +136,7 @@ var _ = Describe("e2e tests", func() {
136
configCluster := defaultConfigCluster(clusterName, namespace.Name)
137
configCluster.ControlPlaneMachineCount = pointer.Int64Ptr(1)
138
configCluster.WorkerMachineCount = pointer.Int64Ptr(1)
139
- configCluster.Flavor = shared.FlavorDefault
+ configCluster.Flavor = shared.FlavorWithoutLB
140
_ = createCluster(ctx, configCluster, specName)
141
142
shared.Byf("Creating MachineDeployment with custom port options")
0 commit comments