update config

This commit is contained in:
2026-01-11 07:00:31 +01:00
parent e2fde321f2
commit f9fff1a67f
3 changed files with 28 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
{
"environment": "dev",
"name": "cluster-dev",
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
"targetRevision": "main",
"helmPath": "helm",
"autoSync": true,
"prune": true,
"selfHeal": true,
"CreateNamespace": true
}

View File

@@ -1,4 +1,11 @@
{
"environment": "dev",
"name": "cluster-dev",
"server": "https://10.78.106.100:6444"
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
"targetRevision": "main",
"helmPath": "helm",
"autoSync": true,
"prune": true,
"selfHeal": true,
"CreateNamespace": true
}