diff --git a/docs/gitbook/usage/envoy-progressive-delivery.md b/docs/gitbook/usage/envoy-progressive-delivery.md index e3306b5e..f91d7886 100644 --- a/docs/gitbook/usage/envoy-progressive-delivery.md +++ b/docs/gitbook/usage/envoy-progressive-delivery.md @@ -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 <