fix(kueue): Correct repo

This commit is contained in:
2026-03-16 14:59:17 +01:00
parent be7954d499
commit bf6542398c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pkgs.mkShellNoCC {
]; ];
# Environment variables # Environment variables
ARGOCD_ENV_CLUSTER_NAME = "hel1"; ARGOCD_ENV_CLUSTER_NAME = "ekman";
HELM_GIT_ACCESS_TOKEN = "glpat-xxx"; HELM_GIT_ACCESS_TOKEN = "glpat-xxx";
API_SERVER_IP = "localhost"; API_SERVER_IP = "localhost";
API_SERVER_PORT = "7445"; API_SERVER_PORT = "7445";
+1 -2
View File
@@ -27,7 +27,7 @@ spec:
value: {{ .Values.kueue.env }} value: {{ .Values.kueue.env }}
- name: HELMFILE_FILE_PATH - name: HELMFILE_FILE_PATH
value: kueue.yaml.gotmpl value: kueue.yaml.gotmpl
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: main targetRevision: main
ref: values ref: values
syncPolicy: syncPolicy:
@@ -41,4 +41,3 @@ spec:
selfHeal: false selfHeal: false
{{- end }} {{- end }}
{{- end }} {{- end }}