From dfe8eb3d46bca1ff61f2d48fd493e4e397d66af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 1 Jun 2025 23:27:03 +0200 Subject: [PATCH] revert psql edit --- deploy/cloudnativepg/postgres-base.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy/cloudnativepg/postgres-base.yaml b/deploy/cloudnativepg/postgres-base.yaml index eb4f94f..8e3878b 100644 --- a/deploy/cloudnativepg/postgres-base.yaml +++ b/deploy/cloudnativepg/postgres-base.yaml @@ -1,5 +1,5 @@ apiVersion: postgresql.cnpg.io/v1 -kind: PostgresCluster +kind: Cluster metadata: name: postgres-base namespace: postgres @@ -8,6 +8,4 @@ spec: storage: size: 20Gi storageClass: longhorn - enableSuperuserAccess: true - extensions: - - vector \ No newline at end of file + enableSuperuserAccess: true \ No newline at end of file