forked from phoenix/litellm-mirror
fix yaml on migrations job
This commit is contained in:
parent
4dc23cf997
commit
da5da64d27
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@ spec:
|
||||||
value: {{ .Values.db.url | quote }}
|
value: {{ .Values.db.url | quote }}
|
||||||
- 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
|
||||||
|
{{- end }}
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
backoffLimit: {{ .Values.migrationJob.backoffLimit }}
|
backoffLimit: {{ .Values.migrationJob.backoffLimit }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue