From 42bfb48ea21d284761bba3591f705dd9c5fc716c Mon Sep 17 00:00:00 2001 From: Johnny You Date: Fri, 22 Feb 2019 21:16:45 +0900 Subject: [PATCH] [stable/postgesql] fix bug in statefulset-slaves, slavePod.xxx -> slave.podxxx (#11485) Signed-off-by: LittleWhiteYA --- stable/postgresql/Chart.yaml | 2 +- stable/postgresql/templates/statefulset-slaves.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index e41fe8c35d..9f061410e7 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,5 +1,5 @@ name: postgresql -version: 3.11.5 +version: 3.11.6 appVersion: 10.7.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/stable/postgresql/templates/statefulset-slaves.yaml b/stable/postgresql/templates/statefulset-slaves.yaml index 7c1d7d98cd..3b36486653 100644 --- a/stable/postgresql/templates/statefulset-slaves.yaml +++ b/stable/postgresql/templates/statefulset-slaves.yaml @@ -25,10 +25,10 @@ spec: release: {{ .Release.Name | quote }} heritage: {{ .Release.Service | quote }} role: slave -{{- with .Values.slavePod.labels }} +{{- with .Values.slave.podLabels }} {{ toYaml . | indent 8 }} {{- end }} -{{- with .Values.slavePod.annotations }} +{{- with .Values.slave.podAnnotations }} annotations: {{ toYaml . | indent 8 }} {{- end }}