From 73a5691d94cddba456aba1885a154d15facfec00 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 17 Oct 2024 11:11:36 +0200 Subject: [PATCH] fix(helm): template number Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/databases/templates/job.yaml b/scripts/helmcharts/databases/templates/job.yaml index 469d61a7e..e85e59ccd 100644 --- a/scripts/helmcharts/databases/templates/job.yaml +++ b/scripts/helmcharts/databases/templates/job.yaml @@ -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: - |