6 lines
118 B
YAML
6 lines
118 B
YAML
![]() |
{{- if .Values.customObjects }}
|
||
|
{{- range .Values.customObjects }}
|
||
|
{{- tpl (. | toYaml) $ }}
|
||
|
---
|
||
|
{{- end }}
|
||
|
{{- end }}
|