1
0
Fork 0

argocd/app: jenkins: Enable auto sync

We're going to try out automatically synchronizing the Jenkins resources
when changes are pushed to Git.
etcd
Dustin 2024-01-22 18:50:41 -06:00
parent 119a8a74ae
commit 9a76a548ec
1 changed files with 4 additions and 0 deletions

View File

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