fix(helm): template number

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-10-17 11:11:36 +02:00
parent a5835833bd
commit 73a5691d94

View file

@ -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:
- |