Add newt for routing

This commit is contained in:
Martyn 2026-04-08 17:50:30 +02:00
parent 4c247e9697
commit 4f0863e996

26
app-of-apps/newt.yaml Normal file
View file

@ -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