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

7 lines
146 B
YAML
Raw Normal View History

2021-08-30 16:48:23 +00:00
{{- if .Values.createCustomResource -}}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}