diff --git a/bundle/manifests/observability.openshift.io_uiplugins.yaml b/bundle/manifests/observability.openshift.io_uiplugins.yaml
index 556b3f641..5677f08f2 100644
--- a/bundle/manifests/observability.openshift.io_uiplugins.yaml
+++ b/bundle/manifests/observability.openshift.io_uiplugins.yaml
@@ -186,8 +186,21 @@ spec:
- enabled
- thanosQuerier
type: object
+ clusterHealthAnalyzer:
+ description: ClusterHealthAnalyzer feature flag enablement
+ properties:
+ enabled:
+ description: Indicates if the cluster-health-analyzer features
+ should be enabled.
+ type: boolean
+ required:
+ - enabled
+ type: object
incidents:
- description: Incidents feature flag enablement
+ description: |-
+ Incidents feature flag enablement
+
+ Deprecated: Use clusterHealthAnalyzer instead
properties:
enabled:
description: Indicates if incidents-related feature(s) should
diff --git a/deploy/crds/common/observability.openshift.io_uiplugins.yaml b/deploy/crds/common/observability.openshift.io_uiplugins.yaml
index 6fbc21b45..41af7f3e1 100644
--- a/deploy/crds/common/observability.openshift.io_uiplugins.yaml
+++ b/deploy/crds/common/observability.openshift.io_uiplugins.yaml
@@ -186,8 +186,21 @@ spec:
- enabled
- thanosQuerier
type: object
+ clusterHealthAnalyzer:
+ description: ClusterHealthAnalyzer feature flag enablement
+ properties:
+ enabled:
+ description: Indicates if the cluster-health-analyzer features
+ should be enabled.
+ type: boolean
+ required:
+ - enabled
+ type: object
incidents:
- description: Incidents feature flag enablement
+ description: |-
+ Incidents feature flag enablement
+
+ Deprecated: Use clusterHealthAnalyzer instead
properties:
enabled:
description: Indicates if incidents-related feature(s) should
diff --git a/docs/api.md b/docs/api.md
index 754fb2c2a..318f13305 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -5450,11 +5450,20 @@ Monitoring contains configuration for the monitoring console plugin.
ACM points to the alertmanager and thanosQuerier instance services of which it should create a proxy to.
| Name | +Type | +Description | +Required | +
|---|---|---|---|
| enabled | +boolean | +
+ Indicates if the cluster-health-analyzer features should be enabled. + |
+ true | +