Skip to content

Commit 6272809

Browse files
committed
updated crd
1 parent 5736a65 commit 6272809

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

setup/helm/operator/crds/postgresql.crd.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,28 @@ spec:
462462
type: integer
463463
maximum_lag_on_failover:
464464
type: integer
465+
multisite:
466+
type: object
467+
properties:
468+
enable:
469+
type: boolean
470+
site:
471+
type: string
472+
etcd:
473+
type: object
474+
properties:
475+
hosts:
476+
type: string
477+
user:
478+
type: string
479+
password:
480+
type: string
481+
protocol:
482+
type: string
483+
ttl:
484+
type: integer
485+
retry_timeout:
486+
type: integer
465487
pg_hba:
466488
items:
467489
type: string

0 commit comments

Comments
 (0)