mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/opencart] Fixed secret for external db (#4242)
* fixed secret * inceremented the chart version * incremented version
This commit is contained in:
committed by
GitHub
parent
62cccb9001
commit
f7ba0b907e
@@ -6,5 +6,5 @@ metadata:
|
||||
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
||||
type: Opaque
|
||||
data:
|
||||
db-password: {{ default "" .Values.externalDatabase.password | b64enc | quote }}
|
||||
mariadb-password: {{ default "" .Values.externalDatabase.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user