helm-charts/postgres-operator/templates/crds.yaml

7 lines
134 B
YAML
Raw Normal View History

2021-01-17 01:09:41 +00:00
{{ if .Values.crd.create }}
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}