mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Wait for Connect pod is running
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user