From 2e6e891a5b7a2c8050882a024e58a3da94488d7a Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Wed, 19 Dec 2018 21:26:49 -0800 Subject: [PATCH] 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. --- code_search/demo/cs-demo-1103/web-app-argocd-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code_search/demo/cs-demo-1103/web-app-argocd-app.yaml b/code_search/demo/cs-demo-1103/web-app-argocd-app.yaml index 48f004f4..84eaa720 100644 --- a/code_search/demo/cs-demo-1103/web-app-argocd-app.yaml +++ b/code_search/demo/cs-demo-1103/web-app-argocd-app.yaml @@ -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