From 8f23ba466cf8a52e2700bafb6b9a963a47d7a754 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Sun, 14 Dec 2025 06:50:12 +0200 Subject: [PATCH] Update schema.sql for my-recipes using db-migration job --- charts/my-recipes-chart/templates/add-missing-tables-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/my-recipes-chart/templates/add-missing-tables-job.yaml b/charts/my-recipes-chart/templates/add-missing-tables-job.yaml index 6a6a690..e0ca1bc 100644 --- a/charts/my-recipes-chart/templates/add-missing-tables-job.yaml +++ b/charts/my-recipes-chart/templates/add-missing-tables-job.yaml @@ -27,7 +27,7 @@ spec: valueFrom: secretKeyRef: name: {{ .Release.Name }}-db-credentials - key: password + key: DB_PASSWORD command: - sh - -c