From b740b487827d3de379e35908702ead96f2c4063b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 1 Jun 2025 23:22:07 +0200 Subject: [PATCH] add vector psql ext --- deploy/cloudnativepg/postgres-base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/cloudnativepg/postgres-base.yaml b/deploy/cloudnativepg/postgres-base.yaml index 4867d26..677aa36 100644 --- a/deploy/cloudnativepg/postgres-base.yaml +++ b/deploy/cloudnativepg/postgres-base.yaml @@ -9,3 +9,5 @@ spec: size: 20Gi storageClass: longhorn enableSuperuserAccess: true + extensions: + - vector \ No newline at end of file