fix(helm): fix chalice pg hardcoded port
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6af59e6448
commit
c9789ed99a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue