From 25b8b3001f89da7ac7ba9965367429b4f8791965 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 27 Aug 2024 19:05:34 -0500 Subject: [PATCH] argocd: apps/firefly-iii: Enable auto-sync This way, merging PRs from *updatebot* will automatically trigger updating Firefly-III. --- argocd/applications/firefly-iii.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd/applications/firefly-iii.yaml b/argocd/applications/firefly-iii.yaml index 2610ce4..64baa1b 100644 --- a/argocd/applications/firefly-iii.yaml +++ b/argocd/applications/firefly-iii.yaml @@ -11,3 +11,6 @@ spec: path: firefly-iii repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git targetRevision: master + syncPolicy: + automated: + prune: true