forked from phoenix/litellm-mirror
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"
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
value: {{ .Values.db.url | quote }}
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: db-secret
|
||||
key: DATABASE_URL
|
||||
- name: DISABLE_SCHEMA_UPDATE
|
||||
value: "false" # always run the migration from the Helm PreSync hook, override the value set
|
||||
restartPolicy: OnFailure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue