From 54523258879dcbc289cf6a6c01a8d57569d4c622 Mon Sep 17 00:00:00 2001 From: Alan Meadows Date: Wed, 22 Mar 2017 12:33:01 -0700 Subject: [PATCH] bugfix dependency macro json quoting --- helm-toolkit/templates/snippets/_k8s_init_dep_check.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-toolkit/templates/snippets/_k8s_init_dep_check.tpl b/helm-toolkit/templates/snippets/_k8s_init_dep_check.tpl index 147ad1a5a8..c8b8c8a079 100644 --- a/helm-toolkit/templates/snippets/_k8s_init_dep_check.tpl +++ b/helm-toolkit/templates/snippets/_k8s_init_dep_check.tpl @@ -68,6 +68,6 @@ "value": "echo done" } ], -"volumeMounts": {{ $mounts | quote | default "[]"}} +"volumeMounts": {{ $mounts | default "[]"}} } {{- end -}}