From 4f0863e996ac093698ad45c33739af881efad20b Mon Sep 17 00:00:00 2001 From: Martyn Date: Wed, 8 Apr 2026 17:50:30 +0200 Subject: [PATCH] Add newt for routing --- app-of-apps/newt.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app-of-apps/newt.yaml diff --git a/app-of-apps/newt.yaml b/app-of-apps/newt.yaml new file mode 100644 index 0000000..b33c3ae --- /dev/null +++ b/app-of-apps/newt.yaml @@ -0,0 +1,26 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cilium + namespace: argocd +spec: + destination: + namespace: newt + server: https://kubernetes.default.svc + project: infra + source: + chart: newt + repoURL: https://charts.fossorial.io + targetRevision: 1.10.1 + helm: + parameters: + - name: newtInstances[0].name + value: kubernetes + - name: newtInstances[0].enabled + value: true + - name: newtInstances[0].auth.existingSecretName + value: newt-cred + syncPolicy: + automated: + selfHeal: true +