Skip to content

OBSDOCS-3537: Fix incorrect field reference in COO CLI Subscription example#113874

Open
kiranrpatil12 wants to merge 1 commit into
openshift:standalone-logging-docs-mainfrom
kiranrpatil12:OBSDOCS-3537
Open

OBSDOCS-3537: Fix incorrect field reference in COO CLI Subscription example#113874
kiranrpatil12 wants to merge 1 commit into
openshift:standalone-logging-docs-mainfrom
kiranrpatil12:OBSDOCS-3537

Conversation

@kiranrpatil12

@kiranrpatil12 kiranrpatil12 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the incorrect field reference in the "Installing the COO by using the CLI" section.

Bug: The parameter description references spec.namespace, but a Subscription object does not have that field.
Fix: Changed the field description to metadata.namespace, matching the YAML example above it.

Jira

Version(s): 6.6 (main), cherry-pick to 6.5 and 6.4 as needed

Issue: https://redhat.atlassian.net/browse/OBSDOCS-3537

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:

The YAML example already correctly uses metadata.namespace: openshift-operators. Only the field description below the example was wrong.

Source file: modules/installing-the-coo-cli.adoc

…xample

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 <cursoragent@cursor.com>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 22, 2026
@openshift-ci-robot

openshift-ci-robot commented Jun 22, 2026

Copy link
Copy Markdown

@kiranrpatil12: This pull request references OBSDOCS-3537 which is a valid jira issue.

Details

In response to this:

Summary

Fixes the incorrect field reference in the "Installing the COO by using the CLI" section.

Bug: The parameter description references spec.namespace, but a Subscription object does not have that field.
Fix: Changed the field description to metadata.namespace, matching the YAML example above it.

Jira

Version(s): 6.6 (main), cherry-pick to 6.5 and 6.4 as needed

Issue: https://redhat.atlassian.net/browse/OBSDOCS-3537

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:

The YAML example already correctly uses metadata.namespace: openshift-operators. Only the field description below the example was wrong.

Source file: modules/installing-the-coo-cli.adoc

Made with Cursor

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 22, 2026
@ocpdocs-previewbot

Copy link
Copy Markdown

@openshift-ci

openshift-ci Bot commented Jun 22, 2026

Copy link
Copy Markdown

@kiranrpatil12: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants