TestLLM / deploy /charts /litellm-helm /templates /configmap-litellm.yaml
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
160 Bytes
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "litellm.fullname" . }}-config
data:
config.yaml: |
{{ .Values.proxy_config | toYaml | indent 6 }}