update
This commit is contained in:
7
infra/litellm/templates/configmap-litellm.yaml
Normal file
7
infra/litellm/templates/configmap-litellm.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "litellm.fullname" . }}-config
|
||||
data:
|
||||
config.yaml: |
|
||||
{{ .Values.proxy_config | toYaml | indent 6 }}
|
||||
Reference in New Issue
Block a user