feat: just use configmap values
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-12 22:30:53 +01:00
parent 9a9734b2d7
commit d6cc3ae5c5
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -53,6 +53,7 @@ spec:
{%- endfor %}
{%- endif %}
{#
{%- if vars.cuddle_postgres.has_values %}
{%- for env in vars.cuddle_postgres.env %}
- name: {{ env | upper | replace(".", "_") | replace("-", "_") }}
@ -62,6 +63,7 @@ spec:
key: {{ env }}
{%- endfor %}
{%- endif %}
#}
{#
{%- if vars.cuddle_crdb.has_values %}