argocd-helm/charts/argo-applicationset/templates/crds.yaml
Matteo Ruina 37cd1ef042
Add ApplicationSet chart (#577)
Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
2021-03-31 10:37:15 -07:00

6 lines
132 B
YAML

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