From 3131f58afd06e78dabc0f07ea70c87e3d7cba4bb Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 2 Sep 2024 12:40:14 +0200 Subject: [PATCH] fix(helm): db migrate Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index cf67ac19f..5f6321773 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -141,7 +141,7 @@ spec: - name: PGPORT value: "{{ .Values.global.postgresql.postgresqlPort }}" - name: PGUSER - value: "{{ .Values.global.postgresql.postgresqlUsername }}" + value: "{{ .Values.global.postgresql.postgresqlUser }}" - name: PGPASSWORD {{- if .Values.global.postgresql.existingSecret }} valueFrom: