mirror of https://github.com/kubeflow/examples.git
Update the ArgoCD app to use the kubeflow/examples repo (#440)
* We were using jlewi's fork because PRs hadn't been committed but all the relevant PRs have been merged and master is the source of truth.
This commit is contained in:
parent
ba9af34805
commit
2e6e891a5b
|
@ -17,8 +17,8 @@ spec:
|
|||
# with the web app components is checked in.
|
||||
# repoURL: https://github.com/kubeflow/examples.git
|
||||
# targetRevision: HEAD
|
||||
repoURL: https://github.com/jlewi/examples.git
|
||||
targetRevision: cs_demo_argo_cd
|
||||
repoURL: https://github.com/kubeflow/examples.git
|
||||
targetRevision: master
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: True
|
||||
|
|
Loading…
Reference in New Issue