diff --git a/charts/cloudnative-pg/values.yaml b/charts/cloudnative-pg/values.yaml index 7f828fcb5..17314ed7a 100644 --- a/charts/cloudnative-pg/values.yaml +++ b/charts/cloudnative-pg/values.yaml @@ -139,11 +139,9 @@ affinity: {} monitoring: # -- Specifies whether the monitoring should be enabled. Requires Prometheus Operator CRDs. - podMonitor: - enabled: false - - # -- Additional labels for the podMonitor - additionalLabels: {} + podMonitorEnabled: false + # -- Additional labels for the podMonitor + podMonitorAdditionalLabels: {} grafanaDashboard: create: false