From 05094e8c3812abfc610c1be1dd66e85b33ab5dc1 Mon Sep 17 00:00:00 2001 From: Sujeet Agrahari Date: Tue, 20 Feb 2024 12:48:40 +0530 Subject: [PATCH] add argocd configuration --- deploy/application.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/deploy/application.yaml b/deploy/application.yaml index cbd93b2..84f5182 100644 --- a/deploy/application.yaml +++ b/deploy/application.yaml @@ -8,18 +8,16 @@ spec: source: repoURL: https://github.com/sujeet-agrahari/quick-links.git targetRevision: HEAD - path: deploy/quick-links-charts + path: deploy + helm: + valueFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: quick-links syncPolicy: - syncOptions: - - CreateNamespace=true - automated: true - selfHeal: true + automated: prune: true - - - - - + selfHeal: true + syncOptions: + - CreateNamespace=true