feat: just use configmap values
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9a9734b2d7
commit
d6cc3ae5c5
@ -53,6 +53,7 @@ spec:
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
{#
|
||||||
{%- if vars.cuddle_postgres.has_values %}
|
{%- if vars.cuddle_postgres.has_values %}
|
||||||
{%- for env in vars.cuddle_postgres.env %}
|
{%- for env in vars.cuddle_postgres.env %}
|
||||||
- name: {{ env | upper | replace(".", "_") | replace("-", "_") }}
|
- name: {{ env | upper | replace(".", "_") | replace("-", "_") }}
|
||||||
@ -62,6 +63,7 @@ spec:
|
|||||||
key: {{ env }}
|
key: {{ env }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
#}
|
||||||
|
|
||||||
{#
|
{#
|
||||||
{%- if vars.cuddle_crdb.has_values %}
|
{%- if vars.cuddle_crdb.has_values %}
|
||||||
|
Loading…
Reference in New Issue
Block a user