You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
15 lines
314 B
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 |