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