docs(helm): Added double quotes to example

In the current version of helm (2.8.2), there needs to be double quotes around the value to support escaping special characters.
pull/4207/head^2
Shubham Jain 7 years ago committed by Sebastien Plisson
parent fd5364dec7
commit df946b5183

@ -285,7 +285,7 @@ servers:
``` ```
Sometimes you need to use special characters in your `--set` lines. You can use Sometimes you need to use special characters in your `--set` lines. You can use
a backslash to escape the characters; `--set name=value1\,value2` will become: a backslash to escape the characters; `--set name="value1\,value2"` will become:
```yaml ```yaml
name: "value1,value2" name: "value1,value2"

Loading…
Cancel
Save