argocd/app: jenkins: Enable auto sync

We're going to try out automatically synchronizing the Jenkins resources
when changes are pushed to Git.
This commit is contained in:
2024-01-22 18:50:41 -06:00
parent 119a8a74ae
commit 9a76a548ec

View File

@@ -11,3 +11,7 @@ spec:
path: jenkins
repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git
targetRevision: master
syncPolicy:
automated:
prune: true
selfHeal: true