mariadb: fix mariadb volume mountpoint (#2066)

This commit is contained in:
Sameer Naik
2017-09-07 10:23:44 +01:00
committed by Adnan Abdulhussein
parent 53c347ed13
commit f2a6dd94b0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+3 -3
View File
@@ -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: