fix: Update PostgreSQL hbaConfiguration to allow local connections for database initialization

This commit is contained in:
Nawaz Dhandala
2026-03-18 19:03:56 +00:00
parent a5d74ae76a
commit 5b5b0e8d54

View File

@@ -128,6 +128,8 @@ postgresql:
# pg_hba.conf rules. These enable password auth (md5) from any host/IP.
# Tighten these for production to your pod/service/network CIDRs.
hbaConfiguration: |-
# Local connections (needed for initdb/entrypoint to create databases)
local all all trust
# Allow all IPv4 and IPv6 clients with md5 password auth
host all all 0.0.0.0/0 md5
host all all ::/0 md5