Skip to content

Commit 478570a

Browse files
Add a deployment check
1 parent c1ab4d2 commit 478570a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/ccm_helpers.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ func WaitForNutanixCCMToBeReadyInWorkloadCluster(
169169
)
170170
}
171171

172-
WaitForDaemonSetsAvailable(ctx, WaitForDaemonSetsAvailableInput{
172+
WaitForDeploymentsAvailable(ctx, framework.WaitForDeploymentsAvailableInput{
173173
Getter: workloadClusterClient,
174-
DaemonSet: &appsv1.DaemonSet{
174+
Deployment: &appsv1.Deployment{
175175
ObjectMeta: metav1.ObjectMeta{
176176
Name: "nutanix-cloud-controller-manager",
177177
Namespace: metav1.NamespaceSystem,
178178
},
179179
},
180-
}, input.DaemonSetIntervals...)
180+
}, input.DeploymentIntervals...)
181181
}

0 commit comments

Comments
 (0)