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