Skip to content

Commit

Permalink
use POSTGRESQL_REPLICATION_USE_PASSFILE (#4885)
Browse files Browse the repository at this point in the history
This is necessary due to what seems to be a bug in the
bitnami/postgresql:16.4 container. See
bitnami/containers#74788

Signed-off-by: skoved <skoved@redhat.com>
  • Loading branch information
skoved authored Nov 13, 2024
1 parent c2878f6 commit fb22fe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/kubearchive/development/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb22fe2

Please sign in to comment.