Remove secret from previous step

This commit is contained in:
Volodymyr Zotov
2025-08-20 10:28:18 -05:00
parent 91a9bb6d63
commit e167db2357
4 changed files with 27 additions and 12 deletions

View File

@@ -48,6 +48,7 @@ var _ = Describe("Onepassword Operator e2e", Ordered, func() {
Context("Use the operator with Service Account", func() {
BeforeAll(func() {
kube.PatchOperatorToUseServiceAccount()
kube.DeleteSecret("login") // remove secret crated in previous test
})
runCommonTestCases()