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 d0e7878 commit bdd16beCopy full SHA for bdd16be
test/e2e/azure_test.go
@@ -627,7 +627,7 @@ var _ = Describe("Workload cluster creation", func() {
627
},
628
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
629
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane-ha"),
630
- WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
+ WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
631
ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{
632
WaitForControlPlaneInitialized: EnsureControlPlaneInitialized,
633
0 commit comments