rancher-charts/charts/rancher-logging/3.15.0/templates/crds.yaml

7 lines
146 B
YAML
Raw Normal View History

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