From 311b76795b6405b102eb476619d957c23df7501d Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 20 Jun 2025 20:12:47 +0200 Subject: [PATCH] fix: add default namespace to sys --- values/argo/manifests/sys-project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values/argo/manifests/sys-project.yaml b/values/argo/manifests/sys-project.yaml index e8643bba..8bd9422a 100644 --- a/values/argo/manifests/sys-project.yaml +++ b/values/argo/manifests/sys-project.yaml @@ -10,6 +10,8 @@ spec: kind: '*' description: sys components project destinations: + - namespace: default + server: https://kubernetes.default.svc - namespace: argocd server: https://kubernetes.default.svc - namespace: kube-system