mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
bugfix dependency macro json quoting
This commit is contained in:
@@ -68,6 +68,6 @@
|
||||
"value": "echo done"
|
||||
}
|
||||
],
|
||||
"volumeMounts": {{ $mounts | quote | default "[]"}}
|
||||
"volumeMounts": {{ $mounts | default "[]"}}
|
||||
}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user