Compare commits

...

1 Commits

Author SHA1 Message Date
a6821995ca fix post init location 2024-06-14 21:23:48 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 3.2.0
version: 3.3.0
description: Chart for cloudnative-pg cluster
keywords:
- database

View File

@@ -20,6 +20,9 @@ bootstrap:
{{- range .postInitApplicationSQL }}
{{- printf "- %s" . | nindent 6 }}
{{- end }}
{{- end }}
postInitSQL:
{{- with .Values.cluster.initdb }}
{{- range .postInitSQL }}
{{- printf "- %s" . | nindent 6 }}
{{- end }}