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: