mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
* litellm use envVars values.yaml * fix values.yaml * add helm lint to ci/cd pipeline * working values.yaml * add helm tests to ci/cd * fix helm chart testing * update helm tests * fix helm test * fix use test values in ci * fix busy box testing on helm * fix test-values.yaml * update helm tests * fix test connection
15 lines
No EOL
314 B
YAML
15 lines
No EOL
314 B
YAML
fullnameOverride: ""
|
|
# Disable database deployment and configuration
|
|
db:
|
|
deployStandalone: false
|
|
useExisting: false
|
|
|
|
# Test environment variables
|
|
envVars:
|
|
DD_ENV: "dev_helm"
|
|
DD_SERVICE: "litellm"
|
|
USE_DDTRACE: "true"
|
|
|
|
# Disable migration job since we're not using a database
|
|
migrationJob:
|
|
enabled: false |