fix(helm): db migrate
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b66711219d
commit
3131f58afd
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ spec:
|
|||
- name: PGPORT
|
||||
value: "{{ .Values.global.postgresql.postgresqlPort }}"
|
||||
- name: PGUSER
|
||||
value: "{{ .Values.global.postgresql.postgresqlUsername }}"
|
||||
value: "{{ .Values.global.postgresql.postgresqlUser }}"
|
||||
- name: PGPASSWORD
|
||||
{{- if .Values.global.postgresql.existingSecret }}
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue