mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/postgresql-ha] Fix default value for pgpool.configuration (#8382)
This commit is contained in:
@@ -290,7 +290,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `pgpool.connectionLifeTime` | The time in seconds to terminate the cached connections to the PostgreSQL backend (PGPOOL_CONNECTION_LIFE_TIME) | `""` |
|
||||
| `pgpool.useLoadBalancing` | Use Pgpool Load-Balancing | `true` |
|
||||
| `pgpool.loadBalancingOnWrite` | LoadBalancer on write actions behavior | `transaction` |
|
||||
| `pgpool.configuration` | Pgpool configuration | `{}` |
|
||||
| `pgpool.configuration` | Pgpool configuration | `""` |
|
||||
| `pgpool.configurationCM` | ConfigMap with Pgpool configuration | `""` |
|
||||
| `pgpool.initdbScripts` | Dictionary of initdb scripts | `{}` |
|
||||
| `pgpool.initdbScriptsCM` | ConfigMap with scripts to be run every time Pgpool container is initialized | `""` |
|
||||
|
||||
@@ -901,7 +901,7 @@ pgpool:
|
||||
## port = '5432'
|
||||
## ...
|
||||
##
|
||||
configuration: {}
|
||||
configuration: ""
|
||||
## @param pgpool.configurationCM ConfigMap with Pgpool configuration
|
||||
## NOTE: This will override pgpool.configuration parameter
|
||||
## The file used must be named `pgpool.conf`
|
||||
|
||||
Reference in New Issue
Block a user