7 lines
132 B
YAML
Raw Normal View History

{{- if .Values.installCRDs }}
{{- range $path, $_ := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
2020-07-06 12:32:24 +01:00
---
{{- end }}
{{- end }}