fix migration job

This commit is contained in:
Ishaan Jaff 2024-11-12 12:20:30 -08:00 committed by Krrish Dholakia
parent e68cac59af
commit 20f119b1cf

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