Skip to content

Commit 8f7e1c9

Browse files
committed
update readme
1 parent 321ad76 commit 8f7e1c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: charts/pg-db/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ The chart can be customized using the following configurable parameters:
231231
| `patroni.syncPeriodSeconds` | The interval for refreshing the leader lock and applying dynamicConfiguration | `10` |
232232
| `patroni.leaderLeaseDurationSeconds` | TTL of the cluster leader lock | `30` |
233233
| `patroni.dynamicConfiguration` | Custom PostgreSQL configuration options. Please note that configuration changes are automatically applied to the running instances without validation, so having an invalid config can make the cluster unavailable | `{}` |
234+
| `patroni.createReplicaMethods` | List of create replica methods in desired order. Operator will update Patroni instance configurations according to its value. If empty operator will add `basebackup` and prepend `pgbackrest` after the initial backup is completed. Valid values: `basebackup`, `pgbackrest` | `[]` |
234235
| `patroni.dynamicConfiguration.postgresql.parameters` | Custom PostgreSQL configuration options | `{}` |
235236
| `patroni.dynamicConfiguration.postgresql.pg_hba` | PostgreSQL Host-Based Authentication section | `{}` |
236237
| `patroni.switchover.enabled` | Enables or disables manual change of the cluster primary instance | `""` |

0 commit comments

Comments
 (0)