update 1
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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}}"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user