From 81695a1cdc7a225ce829d39b91af43d3c72ebf82 Mon Sep 17 00:00:00 2001 From: Mark Ramotowski Date: Sat, 16 Jun 2018 18:39:45 +0100 Subject: [PATCH] Changed the format of setting list as was getting an error --- docs/using_helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_helm.md b/docs/using_helm.md index 5490abbe1..7e2ceba9a 100755 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -259,7 +259,7 @@ outer: ``` 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 name: