mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
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 }} |