mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix typo. (#2101)
This commit is contained in:
committed by
Reinhard Nägele
parent
d4f5e2f5ad
commit
751fccd369
@@ -106,7 +106,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
```console
|
||||
$ helm install stable/istio --name my-release \
|
||||
--set auth.enabled=flase
|
||||
--set auth.enabled=false
|
||||
```
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
Reference in New Issue
Block a user