mirror of
https://github.com/wassname/vllm.git
synced 2026-07-11 21:44:33 +08:00
aba8d6ee00
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
6 lines
118 B
YAML
6 lines
118 B
YAML
{{- if .Values.customObjects }}
|
|
{{- range .Values.customObjects }}
|
|
{{- tpl (. | toYaml) $ }}
|
|
---
|
|
{{- end }}
|
|
{{- end }} |