Update location of emojivoto kubernetes config (#1375)

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
Kevin Lingerfelt 2018-07-30 13:04:53 -07:00 committed by GitHub
parent c362d5e114
commit 9bb4ecb071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ bin/linkerd check --expected-version $(bin/root-tag)
bin/linkerd dashboard bin/linkerd dashboard
# install the demo app # install the demo app
curl https://raw.githubusercontent.com/runconduit/conduit-examples/master/emojivoto/emojivoto.yml | bin/linkerd inject - | kubectl apply -f - curl https://raw.githubusercontent.com/BuoyantIO/emojivoto/master/emojivoto.yml | bin/linkerd inject - | kubectl apply -f -
# view demo app # view demo app
minikube -n emojivoto service web-svc minikube -n emojivoto service web-svc

View File

@ -196,7 +196,7 @@ Finally, its time to install a demo application and add it to the service mes
### To install a local version of this demo locally and add it to Linkerd, run: ### To install a local version of this demo locally and add it to Linkerd, run:
#### `curl https://raw.githubusercontent.com/runconduit/conduit-examples/master/emojivoto/emojivoto.yml | linkerd inject - | kubectl apply -f -` #### `curl https://raw.githubusercontent.com/BuoyantIO/emojivoto/master/emojivoto.yml | linkerd inject - | kubectl apply -f -`
### Which should display: ### Which should display: