helm install - write output to file (#1412)

updated the helm install command to write output to istio.yaml, see
https://github.com/istio/istio.github.io/issues/1409
This commit is contained in:
Mukundha Madhavan 2018-06-01 18:43:39 +01:00 committed by Lin Sun
parent 0b52a1fa8c
commit 773899b922
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ recommended.
(requires Kubernetes >=1.9.0):
```command
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system > $HOME/istio.yaml
```
* Without the sidecar injection webhook: