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