From 6e4a07076ad074f39cae1e31fe69840d0c7d4346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 1 Jun 2025 23:23:05 +0200 Subject: [PATCH] fix cluster type --- deploy/cloudnativepg/postgres-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cloudnativepg/postgres-base.yaml b/deploy/cloudnativepg/postgres-base.yaml index 677aa36..eb4f94f 100644 --- a/deploy/cloudnativepg/postgres-base.yaml +++ b/deploy/cloudnativepg/postgres-base.yaml @@ -1,5 +1,5 @@ apiVersion: postgresql.cnpg.io/v1 -kind: Cluster +kind: PostgresCluster metadata: name: postgres-base namespace: postgres