Wait for Connect pod is running

This commit is contained in:
Volodymyr Zotov
2025-08-20 15:51:50 -05:00
parent dcd7eefac0
commit 5a56fd3330
2 changed files with 21 additions and 3 deletions

View File

@@ -37,9 +37,14 @@ var _ = Describe("Onepassword Operator e2e", Ordered, func() {
kube.CreateSecretFromEnvVar("OP_SERVICE_ACCOUNT_TOKEN", "onepassword-service-account-token")
operator.DeployOperator()
operator.WaitingForOperatorPod()
})
Context("Use the operator with Connect", func() {
BeforeAll(func() {
operator.WaitingForConnectPod()
})
runCommonTestCases()
})