fix(helm): variable

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-10-17 10:57:14 +02:00
parent 72193433b1
commit 89e7d428fd

View file

@ -17,15 +17,15 @@ spec:
image: postgres:13
env:
- name: PGUSER
value: {{.Values.postgres.postgresqlUser}}
value: {{.Values.postgresql.postgresqlUser}}
- name: PGPASSWORD
value: {{.Values.postgres.postgresqlPassword}} # current password
value: {{.Values.postgresql.postgresqlPassword}} # current password
- name: PGPASSWORD_OLD
value: {{.Values.postgres.oldPostgresqlPassword}} # old password
value: {{.Values.postgresql.oldPostgresqlPassword}} # old password
- name: PGHOST
value: {{.Values.postgres.postgresqlHost}}
value: {{.Values.postgresql.postgresqlHost}}
- name: PGPORT
value: {{.Values.postgres.postgresqlPort}}
value: {{.Values.postgresql.postgresqlPort}}
command: ["/bin/bash", "-c", "--"]
args:
- |