nd002test/on-premise/servicemesh/istio-1.23.1/manifests/charts/istio-operator/templates/crds.yaml

7 lines
153 B
YAML

{{- if .Values.enableCRDTemplates -}}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}}
---
{{ $.Files.Get $path }}
{{- end -}}
{{- end -}}