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
Shubham Jain 7 years ago committed by Sebastien Plisson
parent 2a50f974d6
commit 0c36aa294e

@ -285,7 +285,7 @@ servers:
```
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
name: "value1,value2"

Loading…
Cancel
Save