fix(helm): fix chalice pg hardcoded port

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-02-23 16:01:47 +01:00 committed by Taha Yassine Kraiem
parent 6af59e6448
commit c9789ed99a

View file

@ -66,7 +66,7 @@ spec:
- name: pg_host
value: '{{ .Values.global.postgresql.postgresqlHost }}'
- name: pg_port
value: "5432"
value: '{{ .Values.global.postgresql.postgresqlPort }}'
- name: pg_dbname
value: "{{ .Values.global.postgresql.postgresqlDatabase }}"
- name: pg_user