We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5736a65 commit 6272809Copy full SHA for 6272809
setup/helm/operator/crds/postgresql.crd.yaml
@@ -462,6 +462,28 @@ spec:
462
type: integer
463
maximum_lag_on_failover:
464
465
+ multisite:
466
+ type: object
467
+ properties:
468
+ enable:
469
+ type: boolean
470
+ site:
471
+ type: string
472
+ etcd:
473
474
475
+ hosts:
476
477
+ user:
478
479
+ password:
480
481
+ protocol:
482
483
+ ttl:
484
+ type: integer
485
+ retry_timeout:
486
487
pg_hba:
488
items:
489
type: string
0 commit comments