From d766124adbe91bcb3f98fe01379686dfadb77225 Mon Sep 17 00:00:00 2001 From: Melvin Gabali Date: Sun, 11 Jan 2026 07:11:25 +0100 Subject: [PATCH] update --- configs/rct/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/rct/config.json b/configs/rct/config.json index 5b84fc4..7dd8ced 100644 --- a/configs/rct/config.json +++ b/configs/rct/config.json @@ -1,4 +1,7 @@ { + "environment": "dev", "name": "cluster-dev", - "server": "https://10.78.106.100:6444" + "repository": "https://git.gkdomaine.fr/kubernetes/argocd.git", + "targetRevision": "main", + "helmPath": "helm" }