mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
mariadb: fix mariadb volume mountpoint (#2066)
This commit is contained in:
committed by
Adnan Abdulhussein
parent
53c347ed13
commit
f2a6dd94b0
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user