github.com/banzaicloud/operator-tools@v0.28.10/pkg/helm/testdata/crds-and-templates/logging-operator/templates/crds.yaml (about) 1 {{- if .Values.createCustomResource -}} 2 {{- range $path, $bytes := .Files.Glob "crds/*.yaml" }} 3 {{ $.Files.Get $path }} 4 --- 5 {{- end }} 6 {{- end }}