From fb22fe2ad3f92de8bdd89f8b7c164f83d2551bdd Mon Sep 17 00:00:00 2001 From: Sam Koved Date: Tue, 12 Nov 2024 23:44:56 -0500 Subject: [PATCH] use POSTGRESQL_REPLICATION_USE_PASSFILE (#4885) This is necessary due to what seems to be a bug in the bitnami/postgresql:16.4 container. See https://github.com/bitnami/containers/issues/74788 Signed-off-by: skoved --- components/kubearchive/development/postgresql.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/kubearchive/development/postgresql.yaml b/components/kubearchive/development/postgresql.yaml index 1f7bf847ce7..fb9cef9e322 100644 --- a/components/kubearchive/development/postgresql.yaml +++ b/components/kubearchive/development/postgresql.yaml @@ -35,6 +35,8 @@ spec: value: kubearchive - name: POSTGRESQL_PASSWORD value: password # notsecret + - name: POSTGRESQL_REPLICATION_USE_PASSFILE # https://github.com/bitnami/containers/issues/74788 + value: no securityContext: readOnlyRootFilesystem: false runAsNonRoot: true