mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Merge pull request #161 from linki/fix/patroni-namespace
patroni: assume etcd to be in same namespace by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: patroni
|
||||
description: "Highly available elephant herd: HA PostgreSQL cluster."
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
home: https://github.com/zalando/patroni
|
||||
sources:
|
||||
- https://github.com/zalando/patroni
|
||||
|
||||
@@ -44,7 +44,7 @@ spec:
|
||||
name: {{ template "fullname" . }}
|
||||
key: password-standby
|
||||
- name: ETCD_DISCOVERY_DOMAIN
|
||||
value: {{default (printf "%s-etcd.%s.svc.cluster.local" .Release.Name .Release.Namespace) .Values.Etcd.Discovery }}
|
||||
value: {{default (printf "%s-etcd" .Release.Name | trunc 24) .Values.Etcd.Discovery }}
|
||||
- name: SCOPE
|
||||
value: {{ template "fullname" . }}
|
||||
- name: USE_WALE
|
||||
|
||||
Reference in New Issue
Block a user