forked from phoenix/litellm-mirror
fix migration job
This commit is contained in:
parent
07d7ac3ede
commit
4192d7ec6f
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue