Skip to content

Instantly share code, notes, and snippets.

@anoopl
Created March 8, 2019 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anoopl/cf853ccca130a340c9fb4d32d868e099 to your computer and use it in GitHub Desktop.
Save anoopl/cf853ccca130a340c9fb4d32d868e099 to your computer and use it in GitHub Desktop.
helm template install/kubernetes/helm/istio --name istio --namespace istio-system --set global.proxy.includeIPRanges="10.0.0/16"> ~/workspace/istio/istio.yaml
You can add more options on --set key=value with comma seperated
Eg:
helm template install/kubernetes/helm/istio --name istio --namespace istio-system --set global.proxy.includeIPRanges="10.0.0.0/16",global.mtls.enabled=false,grafana.enabled=true,kiali.enabled=true,tracing.enabled=true > ~/workspace/istio/istio.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment