Skip to content

Commit

Permalink
fix MB_DB_DBNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
dumitraand committed Aug 14, 2024
1 parent c7e8544 commit 1312612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1312612

Please sign in to comment.