This commit is contained in:
2026-01-12 05:41:51 +01:00
parent eff6a4c84d
commit eb0f45c0f0
3 changed files with 2 additions and 15 deletions

View File

@@ -41,11 +41,6 @@ spec:
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml
# Injection des valeurs depuis config.json
values: |
traefik:
dashboard:
url: "{{traefik.url}}"
destination: destination:
# Les variables {{name}} et {{server}} viennent du fichier config.json # Les variables {{name}} et {{server}} viennent du fichier config.json
# (deuxième générateur du merge) # (deuxième générateur du merge)

View File

@@ -4,13 +4,5 @@
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git", "repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
"targetRevision": "main", "targetRevision": "main",
"helmPath": "helm", "helmPath": "helm",
"domain": ".dev.gkdomaine.local", "domain": ".dev.gkdomaine.local"
"traefik": {
"url": "traefik{{domain}}"
},
"homarr": {
"url": "homarr{{domain}}"
}
} }

View File

@@ -65,4 +65,4 @@ traefik:
# Le dashboard est accessible via l'IngressRoute créé dans templates/config.yaml # Le dashboard est accessible via l'IngressRoute créé dans templates/config.yaml
# L'URL est injectée depuis config.json via l'ApplicationSet (section helm.values) # L'URL est injectée depuis config.json via l'ApplicationSet (section helm.values)
dashboard: dashboard:
url: "" # Sera remplacé par la variable traefik.url du config.json url: "traefik.dev.gkdomaine.local" # Sera remplacé par la variable traefik.url du config.json