rancher-charts/charts/rancher-logging/100.1.0+up3.17.1/templates/crds.yaml

7 lines
146 B
YAML
Raw Normal View History

2022-02-11 09:07:28 +00:00
{{- if .Values.createCustomResource -}}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}