argocd/app: jenkins: Enable auto sync
We're going to try out automatically synchronizing the Jenkins resources when changes are pushed to Git.etcd
parent
119a8a74ae
commit
9a76a548ec
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue