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://github.com/prometheus/mysqld_exporter
|
||||||
- https://mariadb.org
|
- https://mariadb.org
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- database
|
- database
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
mariadb-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
|
mariadb-password: {{ ( .Values.mariadbPassword | default "empty" ) | b64enc | quote }}
|
||||||
mariadb-root-password: {{ ( .Values.postgrespassword | default "empty" ) | b64enc | quote }}
|
mariadb-root-password: {{ ( .Values.mariadbRootPassword | default "empty" ) | b64enc | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user