From 5e88f116fc4ea5e3cba1f7269b3317eb74453fd4 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 17:58:43 -0500 Subject: [PATCH] disable rules by default --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 53a6c55..bfff48a 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.5.0 +version: 3.6.0 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 0c8c6b6..1c9b741 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -68,7 +68,7 @@ cluster: podMonitor: enabled: true prometheusRule: - enabled: true + enabled: false excludeRules: [] # See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PostgresConfiguration