forked from phoenix/litellm-mirror
helm run DISABLE_SCHEMA_UPDATE
This commit is contained in:
parent
b8b899f5d7
commit
e77ceec949
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ spec:
|
|||
value: {{ .Values.db.url | quote }}
|
||||
{{- end }}
|
||||
- name: DISABLE_SCHEMA_UPDATE
|
||||
value: "{{ .Values.migrationJob.disableSchemaUpdate }}"
|
||||
value: "false" # always run the migration from the Helm PreSync hook, override the value set
|
||||
restartPolicy: OnFailure
|
||||
backoffLimit: {{ .Values.migrationJob.backoffLimit }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue