mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* refactor(helm): move litellm-helm chart to helm/ and drop deploy folder * chore(gitignore): drop ignore on vendored litellm-helm subcharts
6 lines
No EOL
121 B
YAML
6 lines
No EOL
121 B
YAML
{{- if .Values.extraResources }}
|
|
{{- range .Values.extraResources }}
|
|
---
|
|
{{ toYaml . | nindent 0 }}
|
|
{{- end }}
|
|
{{- end }} |