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