Skip to content

Commit 8ca1ce6

Browse files
committed
Fix multisite etcd config in operator values file
1 parent 5f10037 commit 8ca1ce6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

charts/postgres-operator/values.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,11 @@ configMultisite:
440440
# Must be unique for each site.
441441
site: ""
442442
# IP address or hostname of shared etcd cluster used for multicluster operation.
443-
etcd_host: ""
444-
etcd_user: ""
445-
etcd_password: ""
443+
etcd:
444+
hosts:
445+
user: ""
446+
password: ""
447+
protocol: http
446448
# Timeout for cross site failover, and timeout for demoting to read only when accessing shared etcd cluster fails.
447449
# There should be adequate safety margin between the two to allow for demotion to take place.
448450
#ttl: 90

0 commit comments

Comments
 (0)