You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules/monitoring-support-considerations: Drop unnecessary comma
The comma landed with this line in 754f5b7 (Restructuring
Monitoring book for user workload monitoring GA, 2020-07-28, #24722),
but no need for a comma in "A and B".
Copy file name to clipboardExpand all lines: modules/monitoring-support-considerations.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
The following modifications are explicitly not supported:
9
9
10
-
* *Creating additional `ServiceMonitor`, `PodMonitor`, and `PrometheusRule` objects in the `openshift-*`, and `kube-*` projects.*
10
+
* *Creating additional `ServiceMonitor`, `PodMonitor`, and `PrometheusRule` objects in the `openshift-*` and `kube-*` projects.*
11
11
* *Modifying any resources or objects deployed in the `openshift-monitoring` or `openshift-user-workload-monitoring` projects.* The resources created by the {product-title} monitoring stack are not meant to be used by any other resources, as there are no guarantees about their backward compatibility.
0 commit comments