forked from Karylab-cklius/vllm
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 }} |