fix: remove explicit access token from helm-git urls

This commit is contained in:
2025-06-22 09:36:27 +02:00
parent 13d7b66911
commit dc9e2f3ae0
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1
View File
@@ -37,4 +37,5 @@ pkgs.mkShellNoCC {
];
ARGOCD_ENV_CLUSTER_NAME = "oceanbox";
CI_JOB_TOKEN = "glpat-xxx";
}