GHP publish
This commit is contained in:
6
postgres-operator/templates/crds.yaml
Normal file
6
postgres-operator/templates/crds.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ if .Values.crd.create }}
|
||||
{{- range $path, $bytes := .Files.Glob "crds/*.yaml" }}
|
||||
{{ $.Files.Get $path }}
|
||||
---
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user