Skip to content

Commit ea2f739

Browse files
committed
OBSDOCS-1492: [DOC] Early validation for monitoring configmaps
1 parent f12eff1 commit ea2f739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observability/monitoring/config-map-reference-for-the-cluster-monitoring-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Only the parameters and fields listed in this reference are supported for config
3232
For more information about supported configurations, see xref:../monitoring/configuring-the-monitoring-stack.adoc#maintenance-and-support_configuring-the-monitoring-stack[Maintenance and support for monitoring].
3333
* Configuring cluster monitoring is optional.
3434
* If a configuration does not exist or is empty, default values are used.
35-
* If the configuration is invalid YAML data, the Cluster Monitoring Operator stops reconciling the resources and reports `Degraded=True` in the status conditions of the Operator.
35+
* If the configuration has invalid YAML data, or if it contains unsupported or duplicated fields that bypassed early validation, the Cluster Monitoring Operator stops reconciling the resources and reports the `Degraded=True` status in the status conditions of the Operator.
3636
====
3737

3838
== AdditionalAlertmanagerConfig

0 commit comments

Comments
 (0)