diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index e05a7de..9df3fe6 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -143,7 +143,7 @@ spec: value: {{ .Values.database.port | quote }} {{- end}} {{- if and .Values.database.existingSecret .Values.database.existingSecretDatabaseNameKey }} - - name: MB_DB_HOST + - name: MB_DB_DBNAME valueFrom: secretKeyRef: name: {{ .Values.database.existingSecret }}