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