mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-17 10:17:46 +00:00
fix yaml on migrations job
This commit is contained in:
@@ -25,5 +25,6 @@ spec:
|
||||
value: {{ .Values.db.url | quote }}
|
||||
- name: DISABLE_SCHEMA_UPDATE
|
||||
value: "false" # always run the migration from the Helm PreSync hook, override the value set
|
||||
{{- end }}
|
||||
restartPolicy: OnFailure
|
||||
backoffLimit: {{ .Values.migrationJob.backoffLimit }}
|
||||
|
||||
Reference in New Issue
Block a user