mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 12:34:17 -03:00
Update _bootstrapStandalone.tpl
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
|
||||
{{- if eq $objectData.type "vectors" -}}
|
||||
{{- $postInitApplicationSQL = concat $postInitApplicationSQL (list
|
||||
"CREATE EXTENSION IF NOT EXISTS vectors;"
|
||||
"GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;") -}}
|
||||
"CREATE EXTENSION IF NOT EXISTS vectors;") -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if $objectData.cluster.initdb -}}
|
||||
|
||||
Reference in New Issue
Block a user