Skip to content

Instantly share code, notes, and snippets.

@lwolf
Last active April 8, 2019 18:01
Show Gist options
  • Save lwolf/0824f603d8d58b983398cb2752dfc055 to your computer and use it in GitHub Desktop.
Save lwolf/0824f603d8d58b983398cb2752dfc055 to your computer and use it in GitHub Desktop.
# add istio helm repo
$ helm repo add istio.io https://storage.googleapis.com/istio-release/releases/1.1.0-rc.0/charts

# sync your index
$ helm repo update

# I usually save default values.yaml file to the values-custom.yaml to add to the repo
$ helm upgrade --install -f istio/values-custom.yaml istio istio.io/istio --namespace istio-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment