We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd3491 commit 004cd33Copy full SHA for 004cd33
helm/sim/templates/deployment-app.yaml
@@ -38,9 +38,10 @@ spec:
38
- name: migrations
39
image: {{ include "sim.image" (dict "context" . "image" .Values.migrations.image) }}
40
imagePullPolicy: {{ .Values.migrations.image.pullPolicy }}
41
- command: ["/bin/bash", "-c"]
+ command: ["/bin/sh", "-c"]
42
args:
43
- |
44
+ cd /app/apps/sim
45
export DATABASE_URL="{{ include "sim.databaseUrl" . }}"
46
bun run db:migrate
47
{{- if .Values.postgresql.enabled }}
0 commit comments