fix: remove explicit access token from helm-git urls (take 3)

This commit is contained in:
2025-06-22 10:32:01 +02:00
parent 490e8d373f
commit e80973755e
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ pkgs.mkShellNoCC {
];
ARGOCD_ENV_CLUSTER_NAME = "oceanbox";
MANIFESTS_ACCESS_TOKEN = "glpat-xxx";
HELM_GIT_ACCESS_TOKEN = "glpat-xxx";
}