mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix DATABASE_URL
This commit is contained in:
parent
db9d9dde0a
commit
aa82a88c5f
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ spec:
|
||||||
workingDir: "/app"
|
workingDir: "/app"
|
||||||
env:
|
env:
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: {{ .Values.db.url | quote }}
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: db-secret
|
||||||
|
key: DATABASE_URL
|
||||||
- name: DISABLE_SCHEMA_UPDATE
|
- name: DISABLE_SCHEMA_UPDATE
|
||||||
value: "false" # always run the migration from the Helm PreSync hook, override the value set
|
value: "false" # always run the migration from the Helm PreSync hook, override the value set
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue