Install SealedSecrets;Store hypervisor credentials in secret
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-03 17:44:44 +02:00
parent 6c4fe7a0e6
commit 1141225907
6 changed files with 42 additions and 37 deletions

View File

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

View File

@ -4,4 +4,6 @@ metadata:
name: {{ _template.name }}
namespace: {{ _template.namespace }}
data:
"{{ _template.key }}": {{ _template.value }}
{% for kv_pair in _template.data %}
"{{ kv_pair.key }}": {{ kv_pair.value }}
{% endfor %}