From bcd0db76f800930a56ca311f0918fee77232a35a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 11 Mar 2024 13:49:14 +0100 Subject: [PATCH] Update _cluster.tpl --- library/common/templates/class/cnpg/_cluster.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/common/templates/class/cnpg/_cluster.tpl b/library/common/templates/class/cnpg/_cluster.tpl index 7af567ad..5f321a12 100644 --- a/library/common/templates/class/cnpg/_cluster.tpl +++ b/library/common/templates/class/cnpg/_cluster.tpl @@ -114,6 +114,9 @@ {{- if eq $objectData.type "timescaledb" -}} {{- $preloadLibraries = mustAppend $preloadLibraries "timescaledb" -}} {{- end -}} + {{- if eq $objectData.type "vectors" -}} + {{- $preloadLibraries = mustAppend $preloadLibraries "vectors" -}} + {{- end -}} {{/* Storage */}} {{- with $objectData.cluster.storage.size -}}