fix: remove explicit access token from helm-git urls (take 3)
This commit is contained in:
@@ -3,11 +3,7 @@ bases:
|
||||
|
||||
repositories:
|
||||
- name: oceanbox
|
||||
{{- if env "MANIFESTS_ACCESS_TOKEN" }}
|
||||
url: "git+https://git:{{ requiredEnv "MANIFESTS_ACCESS_TOKEN" }}@gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
{{- else }}
|
||||
url: "git+https://gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
{{- end }}
|
||||
url: "git+https://git:{{ requiredEnv "HELM_GIT_ACCESS_TOKEN" }}@gitlab.com/oceanbox/manifests@charts?ref=main"
|
||||
|
||||
commonLabels:
|
||||
tier: system
|
||||
|
||||
Reference in New Issue
Block a user