helm-charts/postgres-operator/templates/crds.yaml
2021-01-17 04:09:41 +03:00

7 lines
134 B
YAML

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