[bitnami/opencart] Fixed secret for external db (#4242)

* fixed secret

* inceremented the chart version

* incremented version
This commit is contained in:
Dmytro Kosiachenko
2020-11-09 10:03:34 +01:00
committed by GitHub
parent 62cccb9001
commit f7ba0b907e

View File

@@ -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 }}