mirror of
https://github.com/wassname/vllm.git
synced 2026-07-01 20:59:19 +08:00
fe2e10c71b
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
6 lines
118 B
YAML
6 lines
118 B
YAML
{{- if .Values.customObjects }}
|
|
{{- range .Values.customObjects }}
|
|
{{- tpl (. | toYaml) $ }}
|
|
---
|
|
{{- end }}
|
|
{{- end }} |