mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
Uses the [seedlist] feature in CouchDB 2.3.1 to join the nodes in the cluster. This removes the requirement for the statefulset-assembler sidecar. One slight niggle is that CouchDB will assume the seedlist contains fully qualified domain names, which can't be determined by Helm at install time. To address this, a new config value: `dns.clusterDomainSuffix` is added, which defaults to `cluster.local`. For now, users will need to modify this when using a non-default domain suffix. Signed-off-by: Will Holley <willholley@apache.org>