Remove PatchOperatorManageConnect as manifest has MANAGE_CONNECT: true set already

This commit is contained in:
Volodymyr Zotov
2025-08-20 15:02:21 -05:00
parent 299689fe13
commit c144bd3d01
2 changed files with 0 additions and 24 deletions

View File

@@ -40,10 +40,6 @@ var _ = Describe("Onepassword Operator e2e", Ordered, func() {
})
Context("Use the operator with Connect", func() {
BeforeAll(func() {
kube.PatchOperatorManageConnect()
})
runCommonTestCases()
})