From bfe015e912a71761bd552f413ae11c9f7ba71e0b Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:38:31 +0100 Subject: [PATCH] feat(cnpg): Allow clusterwide databaseclusters --- k8s-wheatley/cloudnative-pg/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-wheatley/cloudnative-pg/values.yaml b/k8s-wheatley/cloudnative-pg/values.yaml index 17cdd0b..5b3d759 100644 --- a/k8s-wheatley/cloudnative-pg/values.yaml +++ b/k8s-wheatley/cloudnative-pg/values.yaml @@ -13,7 +13,7 @@ config: # -- This option determines if the operator is responsible for observing # events across the entire Kubernetes cluster or if its focus should be # narrowed down to the specific namespace within which it has been deployed. - clusterWide: false + clusterWide: true # -- The content of the configmap/secret, see # https://cloudnative-pg.io/documentation/current/operator_conf/#available-options # for all the available options.