Files
service-catalog/manifests/helm/litellm/0.4.4/templates/configmap-litellm.yaml
T
2026-01-19 16:11:44 +09:00

7 lines
160 B
YAML

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