mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 13:50:18 +08:00
fix(mariadb): correctly use passwords when running the App directly
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -10,5 +10,5 @@ metadata:
|
||||
{{- end }}
|
||||
type: Opaque
|
||||
data:
|
||||
mariadb-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
|
||||
mariadb-root-password: {{ ( .Values.postgrespassword | default "empty" ) | b64enc | quote }}
|
||||
mariadb-password: {{ ( .Values.mariadbPassword | default "empty" ) | b64enc | quote }}
|
||||
mariadb-root-password: {{ ( .Values.mariadbRootPassword | default "empty" ) | b64enc | quote }}
|
||||
|
||||
Reference in New Issue
Block a user