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
|
||||
value: {{.Values.postgresql.postgresqlHost}}
|
||||
- name: PGPORT
|
||||
value: {{.Values.postgresql.postgresqlPort}}
|
||||
value: "{{.Values.postgresql.postgresqlPort}}"
|
||||
command: ["/bin/bash", "-c", "--"]
|
||||
args:
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue