mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user