From f0aa9263b4fe34202c988a6169e8e72f408212c9 Mon Sep 17 00:00:00 2001 From: Kiran Patil Date: Tue, 23 Jun 2026 02:42:48 +0530 Subject: [PATCH] OBSDOCS-3537: Fix incorrect field reference in COO CLI Subscription example Change spec.namespace to metadata.namespace in the field description for the Subscription object. A Subscription has no spec.namespace field; the target namespace is set under metadata.namespace. Co-authored-by: Cursor --- modules/installing-the-coo-cli.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installing-the-coo-cli.adoc b/modules/installing-the-coo-cli.adoc index 1d8012fdf1a8..2624c4615311 100644 --- a/modules/installing-the-coo-cli.adoc +++ b/modules/installing-the-coo-cli.adoc @@ -34,7 +34,7 @@ spec: ---- + `spec.channel`:: Specify `development` as the channel. -`spec.namespace`:: The {coo-short} installs into the `openshift-operators` namespace, which already has a pre-existing `OperatorGroup`. No additional namespace or `OperatorGroup` configuration is required. +`metadata.namespace`:: The {coo-short} installs into the `openshift-operators` namespace, which already has a pre-existing `OperatorGroup`. No additional namespace or `OperatorGroup` configuration is required. `spec.source`:: Specify `redhat-operators` as the value. If your {ocp-product-title} cluster is installed on a restricted network, specify the name of the `CatalogSource` object you created when you configured {olm}. . Apply the `Subscription` object by running the following command: