fix: Incorrect secret types;Missing newline in ca-bundle

This commit is contained in:
2023-08-23 13:46:44 +02:00
parent b009395f62
commit 21f03ba048
4 changed files with 7 additions and 7 deletions

View File

@ -3,9 +3,7 @@ kind: Secret
metadata:
name: {{ _template.name }}
namespace: {{ _template.namespace }}
{% if _template.type is defined %}
type: {{ _template.type }}
{% endif %}
data:
{% for kv_pair in _template.data %}
"{{ kv_pair.key }}": {{ kv_pair.value }}