diff --git a/modules/cluster-logging-deploy-cli.adoc b/modules/cluster-logging-deploy-cli.adoc index 37a2bc435260..c383b924a139 100644 --- a/modules/cluster-logging-deploy-cli.adoc +++ b/modules/cluster-logging-deploy-cli.adoc @@ -55,10 +55,10 @@ metadata: name: cluster-logging namespace: openshift-logging <1> spec: - targetNamespaces: - - openshift-logging <1> + targetNamespaces: [ ] <2> ---- -<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. +<1> Ensure that the `namespace` field is set to `openshift-logging`. +<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. . Apply the `OperatorGroup` object by running the following command: +