rancher-charts/charts/rancher-logging/103.0.0+up3.17.10/templates/crds.yaml

7 lines
146 B
YAML
Raw Normal View History

2023-09-01 02:06:43 +00:00
{{- if .Values.createCustomResource -}}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}