From 513a2add144a6f463213849df861c3b68f03b0a5 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Fri, 26 Jun 2026 21:44:16 +0200 Subject: [PATCH] another try --- apps/argocd.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/argocd.yaml b/apps/argocd.yaml index 1790397..c3e5602 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -4,17 +4,18 @@ metadata: name: argo-cd namespace: argocd spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc project: default source: repoURL: https://gitea.linvogel.ch/linus/gitops.git - targetRevision: HEAD + targetRevision: main path: helm/argocd helm: valueFiles: - values.yaml + destination: + server: https://kubernetes.default.svc + namespace: argocd syncPolicy: automated: + prune: true selfHeal: true