Changed the format of setting list as was getting an error

pull/4232/head
Mark Ramotowski 7 years ago committed by GitHub
parent 572743d5d6
commit 81695a1cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -259,7 +259,7 @@ outer:
``` ```
Lists can be expressed by enclosing values in `{` and `}`. For example, Lists can be expressed by enclosing values in `{` and `}`. For example,
`--set name={a, b, c}` translates to: `--set name="{a, b, c}"` translates to:
```yaml ```yaml
name: name:

Loading…
Cancel
Save