bugfix dependency macro json quoting
This commit is contained in:
parent
3886ba09e9
commit
5452325887
@ -68,6 +68,6 @@
|
||||
"value": "echo done"
|
||||
}
|
||||
],
|
||||
"volumeMounts": {{ $mounts | quote | default "[]"}}
|
||||
"volumeMounts": {{ $mounts | default "[]"}}
|
||||
}
|
||||
{{- end -}}
|
||||
|
Loading…
Reference in New Issue
Block a user