This commit is contained in:
2026-01-11 07:15:23 +01:00
parent d766124adb
commit e8a7cf3628
6 changed files with 42 additions and 5 deletions

View File

@@ -3,9 +3,5 @@
"name": "cluster-dev",
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
"targetRevision": "main",
"helmPath": "helm",
"autoSync": true,
"prune": true,
"selfHeal": true,
"CreateNamespace": true
"helmPath": "helm"
}

7
configs/prd/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"environment": "prd",
"name": "cluster-prd",
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
"targetRevision": "main",
"helmPath": "helm"
}