remove bad value

This commit is contained in:
Tyler Perkins 2024-11-10 18:40:46 -05:00
parent 4e2fc1c43a
commit fc9900fcf0
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -322,11 +322,7 @@ spec:
## host all all localhost trust
## host mydatabase mysuser 192.168.0.0/24 md5
##
pgHbaConfiguration: |-
# Allow initial connections without a password
local all postgres trust
host all postgres 0.0.0.0/0 trust
host all postgres ::/0 trust
pgHbaConfiguration: ""
## @param primary.existingConfigmap Name of an existing ConfigMap with PostgreSQL Primary configuration
## NOTE: `primary.configuration` and `primary.pgHbaConfiguration` will be ignored
##