bugfix dependency macro json quoting

This commit is contained in:
Alan Meadows 2017-03-22 12:33:01 -07:00
parent 3886ba09e9
commit 5452325887

View File

@ -68,6 +68,6 @@
"value": "echo done"
}
],
"volumeMounts": {{ $mounts | quote | default "[]"}}
"volumeMounts": {{ $mounts | default "[]"}}
}
{{- end -}}