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