[stable/postgesql] fix bug in statefulset-slaves, slavePod.xxx -> slave.podxxx (#11485)

Signed-off-by: LittleWhiteYA <f46284628@gmail.com>
This commit is contained in:
Johnny You
2019-02-22 04:16:45 -08:00
committed by Kubernetes Prow Robot
parent 4127562d09
commit 42bfb48ea2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
@@ -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 }}