Skip to content

Commit de31b4b

Browse files
authored
Merge pull request #86672 from prithvipatil97/patch-19
Incorrect configuration of namespace object for the Red Hat OpenShift Logging Operator
2 parents f21afd0 + 02857cc commit de31b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/logging-loki-cli-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ apiVersion: v1
8080
kind: Namespace
8181
metadata:
8282
name: openshift-logging # <1>
83-
annotations:
83+
annotations:
8484
openshift.io/node-selector: ""
85-
labels:
85+
labels:
8686
openshift.io/cluster-logging: "true"
8787
openshift.io/cluster-monitoring: "true" # <2>
8888
----

0 commit comments

Comments
 (0)