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

7 lines
147 B
YAML
Raw Normal View History

2020-09-11 14:06:38 +00:00
{{- if .Values.enableCRDTemplates -}}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}}
---
{{ $.Files.Get $path }}
{{- end -}}
{{- end -}}