mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Updated README for istio. (#2439)
* Incrementing chart version * Updated README for istio.
This commit is contained in:
@@ -3,7 +3,7 @@ description: Istio Helm chart for Kubernetes
|
||||
name: istio
|
||||
# To avoid confusion the helm chart version stays in sync with the istio version - DO NOT UNSYNC -- ldemailly@google.com
|
||||
# https://github.com/kubernetes/charts/issues/1501
|
||||
version: 0.2.7-chart6
|
||||
version: 0.2.7-chart7
|
||||
appVersion: 0.2.7
|
||||
home: https://istio.io/
|
||||
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
|
||||
|
||||
@@ -115,7 +115,7 @@ Parameter | Description | Default
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install stable/istio --name my-release \
|
||||
$ helm install incubator/istio --name my-release \
|
||||
--set auth.enabled=false
|
||||
```
|
||||
|
||||
@@ -148,5 +148,5 @@ These addons can be selectively installed by setting `addons.<addon-name>.enable
|
||||
If you are running a Kubernetes 1.7+ and have the Initializers api enabled you may choose to enable the Initializer to be installed. See the [docs](https://kubernetes.io/docs/admin/extensible-admission-controllers/) on how to enable.
|
||||
|
||||
```console
|
||||
helm install --name istio . --namespace istio-system --set istio.install=true,initializer.enabled=true
|
||||
helm install --name my-release --devel incubator/istio --namespace istio-system --set istio.install=true,initializer.enabled=true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user