forked from phoenix/litellm-mirror
7 lines
No EOL
160 B
YAML
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 }} |