Skip to content

Commit 4e92b1d

Browse files
authored
Merge pull request #20467 from jeana-redhat/BZ1813087
BZ1813087 fix indent in one line
2 parents 216251e + 3aeee29 commit 4e92b1d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/cluster-logging-deploy-eo-cli.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ metadata:
3636
labels:
3737
openshift.io/cluster-monitoring: "true" <2>
3838
----
39-
<1> You must specify the `openshift-operators-redhat` Namespace. To prevent
40-
possible conflicts with metrics, you should configure the Prometheus Cluster
41-
Monitoring stack to scrape metrics from the `openshift-operators-redhat`
42-
Namespace and not the `openshift-operators` Namespace. The `openshift-operators`
43-
Namespace might contain Community Operators, which are untrusted and could publish
44-
a metric with the same name as an {product-title} metric, which would cause
45-
conflicts.
46-
<2> You must specify this label as shown to ensure that cluster monitoring
39+
<1> You must specify the `openshift-operators-redhat` Namespace. To prevent
40+
possible conflicts with metrics, you should configure the Prometheus Cluster
41+
Monitoring stack to scrape metrics from the `openshift-operators-redhat`
42+
Namespace and not the `openshift-operators` Namespace. The `openshift-operators`
43+
Namespace might contain Community Operators, which are untrusted and could publish
44+
a metric with the same name as an {product-title} metric, which would cause
45+
conflicts.
46+
<2> You must specify this label as shown to ensure that cluster monitoring
4747
scrapes the `openshift-operators-redhat` Namespace.
4848

4949
.. Create the Namespace:
@@ -159,7 +159,7 @@ roleRef:
159159
subjects:
160160
- kind: ServiceAccount
161161
name: prometheus-k8s
162-
namespace: openshift-operators-redhat
162+
namespace: openshift-operators-redhat
163163
----
164164

165165
.. Create the RBAC object:

0 commit comments

Comments
 (0)