Skip to content

Commit

Permalink
Improve Envoy/Crossover installation experience with the chart registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Dec 17, 2019
1 parent 020129b commit 1e5d05c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/gitbook/usage/envoy-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ kubectl create ns test
Install Envoy along with the sidecar with Helm:

```bash
git clone https://github.com/mumoshu/crossover.git
helm repo add crossover https://mumoshu.github.io/crossover

cd crossover

helm upgrade --install envoy stable/envoy \
helm upgrade --install envoy crossover/envoy \
--namespace test \
-f example/values.yaml \
-f <(cat <<EOF
services:
podinfo:
Expand Down

0 comments on commit 1e5d05c

Please sign in to comment.