Skip to content

Commit 5f8751c

Browse files
fix(e2e): remove secret annotation (#7)
* fix(e2e): remove secret annotation * fix: removed unnecessary constants --------- Co-authored-by: Moritz Reich <moritz.reich@sap.com>
1 parent 210f632 commit 5f8751c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pkg/constants/ocm.go

Lines changed: 0 additions & 6 deletions
This file was deleted.

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)