Divide hypervisor/vapp details over secret/configmap;Add filter plugin;Retain newlines in template;Add vApp properties
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-09-06 13:34:39 +02:00
parent 1794b24998
commit a67ef0e1bd
4 changed files with 60 additions and 6 deletions

View File

@ -9,5 +9,6 @@ metadata:
{{ _template.labels }}
data:
{% for kv_pair in _template.data %}
"{{ kv_pair.key }}": "{{ kv_pair.value }}"
"{{ kv_pair.key }}": |
{{ kv_pair.value | indent(width=4, first=True) }}
{% endfor %}