argocd-helm/charts/argo-cd/templates/crds.yaml

7 lines
132 B
YAML
Raw Normal View History

2020-04-08 17:43:40 +02:00
{{- if .Values.installCRDs }}
{{- range $path, $_ := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}