From 5932f71fee0df545ac90b837c9a306148d1a18fa Mon Sep 17 00:00:00 2001 From: Satyajeet Munje Date: Wed, 8 May 2024 16:45:31 +0530 Subject: [PATCH] OBSDOCS-1041 --- modules/cluster-logging-deploy-cli.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: +