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:
Jeremy Lewi 2018-12-19 21:26:49 -08:00 committed by Kubernetes Prow Robot
parent ba9af34805
commit 2e6e891a5b
1 changed files with 2 additions and 2 deletions

View File

@ -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