diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 66047431f5..2dc95d9959 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql-ha -version: 1.1.2 +version: 1.1.4 appVersion: 11.6.0 description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool). keywords: diff --git a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml index b9793247e5..71a44123ce 100644 --- a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml @@ -81,7 +81,7 @@ spec: value: {{ .Values.persistence.mountPath | quote }} - name: PGDATA value: {{ printf "%s/%s" .Values.persistence.mountPath "data" | quote }} - - name: POSTGRES_USERNAME + - name: POSTGRES_USER value: {{ (include "postgresql-ha.postgresqlUsername" .) | quote }} {{- if .Values.postgresql.usePasswordFile }} - name: POSTGRES_PASSWORD_FILE