PostgreSQL pooler with sharding, load balancing and failover support.
3.13k
stars
193
forks
source link
[Helm] Fix for passing pool config `query_parser_enabled`, `query_parser_read_write_splitting` and `primary_reads_enabled` as false #833
Open
gdubicki opened 1 month ago
as when using
default
the valuefalse
was treated as, well, falsy, and the default value oftrue
was applied...See https://github.com/helm/helm/issues/3308 and https://stackoverflow.com/q/66265193/2693875 for more context