litellm/deploy/charts/litellm-helm/templates/configmap-litellm.yaml
2024-03-16 10:06:14 -07:00

7 lines
No EOL
160 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "litellm.fullname" . }}-config
data:
config.yaml: |
{{ .Values.proxy_config | toYaml | indent 6 }}