Skip to content

Commit ff8eff3

Browse files
committed
update readme
1 parent 333e329 commit ff8eff3

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
@@ -233,6 +233,7 @@ The chart can be customized using the following configurable parameters:
233233
| `patroni.dynamicConfiguration.postgresql.pg_hba` | PostgreSQL Host-Based Authentication section | `{}` |
234234
| `patroni.switchover.enabled` | Enables or disables manual change of the cluster primary instance | `""` |
235235
| `patroni.switchover.targetInstance` | The name of the Pod that should be set as the new primary. When not specified, the new primary will be selected randomly | `""` |
236+
| `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` | `[]` |
236237
| |
237238
| `extensions.image` | Image for the custom PostgreSQL extension loader sidecar container | `""` |
238239
| `extensions.imagePullPolicy` | Policy for the custom extension sidecar container | `Always` |

0 commit comments

Comments
 (0)