feat(helm): [BerriAI/litellm#11648] support extraContainers in migrations-job.yaml (#11649)

This commit is contained in:
Steven Aldinger 2025-06-12 00:16:06 -06:00 committed by GitHub
parent 369922ef90
commit b8bdf98a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,9 @@ spec:
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.migrationJob.extraContainers }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 8 }}

View File

@ -197,6 +197,7 @@ migrationJob:
disableSchemaUpdate: false # Skip schema migrations for specific environments. When True, the job will exit with code 0.
annotations: {}
ttlSecondsAfterFinished: 120
extraContainers: []
# Additional environment variables to be added to the deployment as a map of key-value pairs
envVars: {