argocd: apps/ntfy: Enable auto-sync
This way, merging PRs from *updatebot* will automatically trigger updating Paperless-ngx et al.pull/25/head
parent
a149bc8761
commit
0022171616
|
@ -11,3 +11,6 @@ spec:
|
||||||
path: ntfy
|
path: ntfy
|
||||||
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
|
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
|
||||||
targetRevision: master
|
targetRevision: master
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
|
Loading…
Reference in New Issue