kubezero/charts/kubezero-istio/charts/istio-operator/templates/crds.yaml

7 lines
147 B
YAML

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