Sort fileglob loops;Fix filter parameter;Remove redundant key;Fix multiline key/value pairs;Add helm-adopt labels
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-04 14:51:07 +02:00
parent 1141225907
commit 7b17b8ad63
8 changed files with 13 additions and 10 deletions

View File

@ -7,5 +7,5 @@ metadata:
{{ _template.labels }}
data:
{% for kv_pair in _template.data %}
"{{ kv_pair.key }}": {{ kv_pair.value }}
"{{ kv_pair.key }}": "{{ kv_pair.value }}"
{% endfor %}