helmfile/test/integration/charts/raw/templates/resources.yaml

7 lines
104 B
YAML

{{- range $i, $r := $.Values.templates }}
{{- if gt $i 0 }}
---
{{- end }}
{{- (tpl $r $) }}
{{- end }}