We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f10037 commit 8ca1ce6Copy full SHA for 8ca1ce6
1 file changed
charts/postgres-operator/values.yaml
@@ -440,9 +440,11 @@ configMultisite:
440
# Must be unique for each site.
441
site: ""
442
# IP address or hostname of shared etcd cluster used for multicluster operation.
443
- etcd_host: ""
444
- etcd_user: ""
445
- etcd_password: ""
+ etcd:
+ hosts:
+ user: ""
446
+ password: ""
447
+ protocol: http
448
# Timeout for cross site failover, and timeout for demoting to read only when accessing shared etcd cluster fails.
449
# There should be adequate safety margin between the two to allow for demotion to take place.
450
#ttl: 90
0 commit comments