postgres-operator
postgres-operator copied to clipboard
Enable "Quorum commit mode"
Environment:
- Operator: ghcr.io/zalando/postgres-operator:v1.15.0
- Running it on Kubernetes
- Type of issue? question/feature request
Patroni support Quorum commit mode.
User must set synchronous_mode: quorum.
The last CRDs for the postgres-operator don't allow setting this value to quorum, because it is boolean
Does the operator support "Quorum commit mode"? How can I define it?