fix: remove explicit access token from helm-git urls
This commit is contained in:
@@ -3,7 +3,7 @@ bases:
|
||||
|
||||
repositories:
|
||||
- name: oceanbox
|
||||
url: "git+https://gitlab-ci:glpat-WUPiu4yb5Ffx7R8dC2kZ@gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
url: "git+https://gitlab-ci:{{ requiredEnv "CI_JOB_TOKEN" }}@gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
|
||||
commonLabels:
|
||||
tier: system
|
||||
|
||||
@@ -3,7 +3,7 @@ bases:
|
||||
|
||||
repositories:
|
||||
- name: oceanbox
|
||||
url: "git+https://gitlab-ci:glpat-WUPiu4yb5Ffx7R8dC2kZ@gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
url: "git+https://gitlab-ci:{{ requiredEnv "CI_JOB_TOKEN" }}@gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
|
||||
commonLabels:
|
||||
tier: system
|
||||
|
||||
Reference in New Issue
Block a user