[bitnami/postgresql-ha] Fix default value for pgpool.configuration (#8382)

This commit is contained in:
Juan Ariza Toledano
2021-12-13 17:13:50 +01:00
committed by GitHub
parent 1f5896fcd3
commit 5c4bb9b62c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 | `""` |
+1 -1
View File
@@ -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`