Skip to content

Commit cf75528

Browse files
authored
Merge pull request #75652 from smunje1/OBSDOCS-1041
OBSDOCS-1041
2 parents a6fa883 + 65ce1fe commit cf75528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cluster-logging-deploy-cli.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ metadata:
5555
name: cluster-logging
5656
namespace: openshift-logging <1>
5757
spec:
58-
targetNamespaces:
59-
- openshift-logging <1>
58+
targetNamespaces: [ ] <2>
6059
----
61-
<1> You must specify the `openshift-logging` namespace for logging versions 5.7 and older. For logging 5.8 and later versions, you can use any namespace.
60+
<1> Ensure that the `namespace` field is set to `openshift-logging`.
61+
<2> For logging versions 5.7 and earlier, set `targetNamespaces` to `openshift-logging`. For logging versions 5.8 and later, the default installation mode is all namespaces on the cluster, or specify a list of namespaces separated by a comma.
6262

6363
. Apply the `OperatorGroup` object by running the following command:
6464
+

0 commit comments

Comments
 (0)