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/4119/head
Shubham Jain 7 years ago committed by GitHub
parent d6fe434ed8
commit 8415e2716c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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