Files
service-catalog/charts/litellm/templates/configmap-litellm.yaml
T
2025-06-02 14:44:35 +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 }}