Unverified Commit 086139ab authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #4119 from slayerjain/patch-1

docs(helm): Added double quotes to example
parents 67e25a82 8415e271
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment