Merge pull request #161 from linki/fix/patroni-namespace

patroni: assume etcd to be in same namespace by default
This commit is contained in:
Adnan Abdulhussein
2016-10-28 12:08:53 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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