From f2a6dd94b0f634da5bd31c0089f5589857ea7414 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 7 Sep 2017 14:53:44 +0530 Subject: [PATCH] mariadb: fix mariadb volume mountpoint (#2066) --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/templates/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index af6623e5bb..479fa675b4 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 1.0.3 +version: 1.0.4 appVersion: 10.1.26 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. keywords: diff --git a/stable/mariadb/templates/deployment.yaml b/stable/mariadb/templates/deployment.yaml index 8eb4c03069..2580bf029b 100644 --- a/stable/mariadb/templates/deployment.yaml +++ b/stable/mariadb/templates/deployment.yaml @@ -71,6 +71,9 @@ spec: timeoutSeconds: 1 resources: {{ toYaml .Values.resources | indent 10 }} + volumeMounts: + - name: data + mountPath: /bitnami/mariadb {{- if .Values.metrics.enabled }} - name: metrics image: "{{ .Values.metrics.image }}:{{ .Values.metrics.imageTag }}" @@ -84,9 +87,6 @@ spec: resources: {{ toYaml .Values.metrics.resources | indent 10 }} {{- end }} - volumeMounts: - - name: data - mountPath: /bitnami/mariadb volumes: - name: config configMap: