From 4bb602bcc896db3359c99baece04ecc454b965cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 18 Feb 2019 11:27:06 +0100 Subject: [PATCH] [stable/postgresql] Fix broken compatibility with initDBScripts with Docker Inc PostgreSQL container (#11482) Signed-off-by: Javier J. Salmeron Garcia --- stable/postgresql/Chart.yaml | 2 +- stable/postgresql/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index 65bf174995..6ccd5e61cc 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,5 +1,5 @@ name: postgresql -version: 3.11.3 +version: 3.11.4 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.yaml b/stable/postgresql/templates/statefulset.yaml index 5d1b6b647f..2adc1f0844 100644 --- a/stable/postgresql/templates/statefulset.yaml +++ b/stable/postgresql/templates/statefulset.yaml @@ -195,7 +195,7 @@ spec: volumeMounts: {{- if or (.Files.Glob "files/docker-entrypoint-initdb.d/*.{sh,sql,sql.gz}") .Values.initdbScriptsConfigMap .Values.initdbScripts }} - name: custom-init-scripts - mountPath: /docker-entrypoint-initdb.d/configmap + mountPath: /docker-entrypoint-initdb.d/ {{- end }} {{- if .Values.initdbScriptsSecret }} - name: custom-init-scripts-secret