From 751fccd36995a2d2505f7d78b25c4591bc95ff84 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 15 Sep 2017 15:21:02 +0100 Subject: [PATCH] Fix typo. (#2101) --- incubator/istio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/istio/README.md b/incubator/istio/README.md index 26723b8f74..075a4808d9 100644 --- a/incubator/istio/README.md +++ b/incubator/istio/README.md @@ -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,