mirror of
https://github.com/wassname/vllm.git
synced 2026-07-14 11:19:39 +08:00
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 }} |