Skip to content

Commit feb7cc9

Browse files
committed
OSDOCS-12809 Monitoring config for managed OpenShift
Adding condition to remove unsupported monitoring config instruction from managed OpenShift.
1 parent ea208d5 commit feb7cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ toc::[]
1818
Parts of {product-title} cluster monitoring are configurable.
1919
The API is accessible by setting parameters defined in various config maps.
2020

21+
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2122
* To configure monitoring components, edit the `ConfigMap` object named `cluster-monitoring-config` in the `openshift-monitoring` namespace.
2223
These configurations are defined by link:#clustermonitoringconfiguration[ClusterMonitoringConfiguration].
24+
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
25+
2326
* To configure monitoring components that monitor user-defined projects, edit the `ConfigMap` object named `user-workload-monitoring-config` in the `openshift-user-workload-monitoring` namespace.
2427
These configurations are defined by link:#userworkloadconfiguration[UserWorkloadConfiguration].
2528

0 commit comments

Comments
 (0)