Skip to content

Commit 0b7d965

Browse files
fix(e2e): remove secret annotation
1 parent 210f632 commit 0b7d965

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/main_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ func TestMain(m *testing.M) {
9292
if err != nil {
9393
return ctx, err
9494
}
95-
err = exec.Command("kubectl", "annotate", "secret", "artifactory-readonly-basic", "core.orchestrate.cloud.sap/credentials-for-url=https://common.repositories.cloud.sap/artifactory/api/helm/deploy-releases-hyperspace-helm").Run() //nolint:lll
96-
if err != nil {
97-
return ctx, err
98-
}
9995

10096
return ctx, nil
10197
},

0 commit comments

Comments
 (0)