mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 09:09:17 -03:00
Update _bootstrapStandalone.tpl
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user