fix: invalid name for vault_postgres
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
2712707da8
commit
9a9734b2d7
@ -53,12 +53,12 @@ spec:
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
{%- if vars.vault_postgres.has_values %}
|
||||
{%- for env in vars.vault_postgres.env %}
|
||||
{%- if vars.cuddle_postgres.has_values %}
|
||||
{%- for env in vars.cuddle_postgres.env %}
|
||||
- name: {{ env | upper | replace(".", "_") | replace("-", "_") }}
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ vars.vault_postgres.file_name(service_name) }}
|
||||
name: {{ vars.cuddle_postgres.file_name(service_name) }}
|
||||
key: {{ env }}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user