diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index 35e53c606..c7eb9d302 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -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