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 +