istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-operator/templates/crds.yaml (about)

     1  {{- if .Values.enableCRDTemplates -}}
     2  {{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}}
     3  ---
     4  {{ $.Files.Get $path }}
     5  {{- end -}}
     6  {{- end -}}