This commit is contained in:
Volodymyr Zotov
2025-08-19 14:51:32 -05:00
parent 19b629f2ee
commit c1e9934088
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ var _ = Describe("Onepassword Operator e2e", Ordered, func() {
Context("Use the operator with Service Account", func() { Context("Use the operator with Service Account", func() {
BeforeAll(func() { BeforeAll(func() {
kube.PathOperatorToUseServiceAccount() kube.PatchOperatorToUseServiceAccount()
}) })
runCommonTestCases() runCommonTestCases()

View File

@@ -22,7 +22,7 @@ func Delete(kind, name string) {
Expect(err).NotTo(HaveOccurred()) Expect(err).NotTo(HaveOccurred())
} }
func PathOperatorToUseServiceAccount() { func PatchOperatorToUseServiceAccount() {
By("patching the operator deployment with service account token") By("patching the operator deployment with service account token")
_, err := cmd.Run( _, err := cmd.Run(
"kubectl", "patch", "deployment", "onepassword-connect-operator", "kubectl", "patch", "deployment", "onepassword-connect-operator",