From de423a4e845cdc8d22f9a4f40d80d5c37db2fdb8 Mon Sep 17 00:00:00 2001 From: Robert Moucha Date: Fri, 19 Apr 2024 12:10:06 +0200 Subject: [PATCH] [bitnami/postgresql-ha] Fix password propagation with usePasswordFile=true (#25165) Fixes: #20330 Signed-off-by: Robert Moucha --- bitnami/postgresql-ha/Chart.yaml | 2 +- bitnami/postgresql-ha/templates/pgpool/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index a175d8d675..3cbdf5b413 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.0.3 +version: 14.0.4 diff --git a/bitnami/postgresql-ha/templates/pgpool/deployment.yaml b/bitnami/postgresql-ha/templates/pgpool/deployment.yaml index 255b158ca4..50b8974f2b 100644 --- a/bitnami/postgresql-ha/templates/pgpool/deployment.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/deployment.yaml @@ -423,7 +423,7 @@ spec: secret: secretName: {{ include "postgresql-ha.postgresqlSecretName" . }} items: - - key: postgresql-password + - key: password path: pgpool-password - key: repmgr-password path: pgpool-sr-check-password