infra4talos/app-of-apps/newt.yaml
2026-04-08 17:52:41 +02:00

26 lines
581 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: newt
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