mirror of
https://github.com/wassname/vllm.git
synced 2026-08-14 12:50:37 +08:00
6 lines
118 B
YAML
6 lines
118 B
YAML
{{- if .Values.customObjects }}
|
|
{{- range .Values.customObjects }}
|
|
{{- tpl (. | toYaml) $ }}
|
|
---
|
|
{{- end }}
|
|
{{- end }} |