fix migration job

This commit is contained in:
Ishaan Jaff 2024-11-12 12:20:30 -08:00
parent 07d7ac3ede
commit 4192d7ec6f

View file

@ -13,12 +13,8 @@ spec:
containers:
- name: prisma-migrations
image: "ghcr.io/berriai/litellm:main-stable"
command: ["/bin/sh", "-c"]
args:
- |
pwd
ls -la
python ../../../litellm/proxy/prisma_migration.py
command: ["python", "litellm/proxy/prisma_migration.py"]
workingDir: "/app"
env:
{{- if .Values.db.deployStandalone }}
- name: DATABASE_URL