[bitnami/mariadb-galera] Modify configmaps path to use /bitnami/conf folder (#6567)

* Modify configmaps path to use /bitnami/conf folder

* Correct mariadb-galera version
This commit is contained in:
alvneiayu
2021-06-07 12:58:52 +02:00
committed by GitHub
parent ee4c2fee33
commit 9ec57b08c0
2 changed files with 2 additions and 2 deletions

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-mariadb-galera
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
version: 5.8.2
version: 5.9.0

View File

@@ -277,7 +277,7 @@ spec:
{{- end }}
{{- if or (.Files.Glob "files/my.cnf") .Values.mariadbConfiguration .Values.configurationConfigMap }}
- name: mariadb-galera-config
mountPath: /opt/bitnami/mariadb/conf/my.cnf
mountPath: /bitnami/conf/my.cnf
subPath: my.cnf
{{- end }}
{{- if .Values.tls.enabled }}