From 1bbcda8018872f57bd2d93ecb6d8530afa6a97ed Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 6 Aug 2024 03:30:05 +1000 Subject: [PATCH] update netdata namespace --- infrastructures/netdata/env/k3s-cluster/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructures/netdata/env/k3s-cluster/config.json b/infrastructures/netdata/env/k3s-cluster/config.json index 83a6b67..d4c8961 100644 --- a/infrastructures/netdata/env/k3s-cluster/config.json +++ b/infrastructures/netdata/env/k3s-cluster/config.json @@ -1,8 +1,8 @@ { "appName": "netdata", "userGivenName": "netdata", - "namespace": "netdata", - "destNamespace": "netdata", + "namespace": "argocd", + "destNamespace": "argocd", "destServer": "https://kubernetes.default.svc", "srcPath": "infrastructures/netdata/env/k3s-cluster", "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",