fix(helm): template number
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
a5835833bd
commit
73a5691d94
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
- name: PGHOST
|
- name: PGHOST
|
||||||
value: {{.Values.postgresql.postgresqlHost}}
|
value: {{.Values.postgresql.postgresqlHost}}
|
||||||
- name: PGPORT
|
- name: PGPORT
|
||||||
value: {{.Values.postgresql.postgresqlPort}}
|
value: "{{.Values.postgresql.postgresqlPort}}"
|
||||||
command: ["/bin/bash", "-c", "--"]
|
command: ["/bin/bash", "-c", "--"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue