You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/pg-db/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ The chart can be customized using the following configurable parameters:
231
231
|`patroni.syncPeriodSeconds`| The interval for refreshing the leader lock and applying dynamicConfiguration |`10`|
232
232
|`patroni.leaderLeaseDurationSeconds`| TTL of the cluster leader lock |`30`|
233
233
|`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`|`[]`|
0 commit comments