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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user