From df50decba1890bbe8432f378002218d2f1d74711 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 24 Sep 2024 07:16:45 -0500 Subject: [PATCH] argocd: apps/authelia: Enable auto-sync This way, merging PRs from *updatebot* will automatically trigger updating Paperless-ngx et al. --- argocd/applications/authelia.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd/applications/authelia.yaml b/argocd/applications/authelia.yaml index 87a9c35..b85df04 100644 --- a/argocd/applications/authelia.yaml +++ b/argocd/applications/authelia.yaml @@ -11,3 +11,6 @@ spec: path: authelia repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git targetRevision: master + syncPolicy: + automated: + prune: true