From 25afc7814b15212e9a40a1f8d99f8eef67c05fc2 Mon Sep 17 00:00:00 2001 From: Periklis Tsirakidis Date: Wed, 29 Jun 2022 12:26:09 +0200 Subject: [PATCH] operator: Fix clusterserviceversion description (#6524) --- .../bundle/manifests/loki-operator.clusterserviceversion.yaml | 2 +- .../manifests/bases/loki-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/bundle/manifests/loki-operator.clusterserviceversion.yaml b/operator/bundle/manifests/loki-operator.clusterserviceversion.yaml index 0752f90e7a..f136d718bf 100644 --- a/operator/bundle/manifests/loki-operator.clusterserviceversion.yaml +++ b/operator/bundle/manifests/loki-operator.clusterserviceversion.yaml @@ -154,7 +154,7 @@ metadata: The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging. ## Prerequisites and Requirements ### Loki Operator Namespace - The Loki Operator must be deployed to the global operator group namespace `openshift-logging`. + The Loki Operator must be deployed to the global operator group namespace `openshift-operators-redhat`. ### Memory Considerations Loki is a memory intensive application. The initial set of OCP nodes may not be large enough to support the Loki stack. Additional OCP nodes must be added diff --git a/operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml b/operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml index 96a6043a30..21aadf912e 100644 --- a/operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml +++ b/operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml @@ -11,7 +11,7 @@ metadata: The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging. ## Prerequisites and Requirements ### Loki Operator Namespace - The Loki Operator must be deployed to the global operator group namespace `openshift-logging`. + The Loki Operator must be deployed to the global operator group namespace `openshift-operators-redhat`. ### Memory Considerations Loki is a memory intensive application. The initial set of OCP nodes may not be large enough to support the Loki stack. Additional OCP nodes must be added