Update _bootstrapStandalone.tpl

This commit is contained in:
Kjeld Schouten
2024-03-11 14:24:59 +01:00
committed by GitHub
parent d4154f492a
commit bf319e7c2e

View File

@@ -33,6 +33,10 @@
"CREATE EXTENSION IF NOT EXISTS fuzzystrmatch;"
"CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;") -}}
{{- end }}
{{- if eq $objectData.type "vectors" -}}
{{- $postInitApplicationSQL = concat $postInitApplicationSQL (list
"CREATE EXTENSION IF NOT EXISTS vectors;" -}}
{{- end -}}
initdb:
secret:
name: {{ printf "%s-user" $objectData.clusterName }}