Skip to content

Commit

Permalink
fix the cluster name to wait for
Browse files Browse the repository at this point in the history
Signed-off-by: Shinya Hayashi <[email protected]>
  • Loading branch information
peng225 committed Jan 21, 2025
1 parent f5dc501 commit d1310ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/multik8s/testutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func WaitControllerToBeReady() {
}).Should(Succeed())

Eventually(func() error {
return CheckDeploymentReady(PrimaryK8sCluster, CephClusterNamespace, "mantle-controller")
return CheckDeploymentReady(SecondaryK8sCluster, CephClusterNamespace, "mantle-controller")
}).Should(Succeed())
})
}
Expand Down

0 comments on commit d1310ef

Please sign in to comment.