Bug 1889284 - [Doc] should add the `sourceNamespace` field for the CatalogSource
Summary: [Doc] should add the `sourceNamespace` field for the CatalogSource
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.6
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.6.0
Assignee: Latha S
QA Contact: Salvatore Colangelo
Latha S
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-19 09:17 UTC by Jian Zhang
Modified: 2021-11-02 13:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-02 13:17:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jian Zhang 2020-10-19 09:17:40 UTC
Document URL: 
https://docs.openshift.com/container-platform/4.6/operators/understanding/olm/olm-understanding-olm.html

Section Number and Name: 
Example Subscription referencing CatalogSource

Describe the issue: 
There is no sourceNamespace specified in this subscription sample.


Suggestions for improvement: 
Should add the `sourceNamespace` field for the CatalogSource, like this:
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
 name: my-operator
 namespace: olm
spec:
 channel: stable
 name: my-operator
 source: operatorhubio-catalog
 sourceNamespace: olm

Additional information:


Note You need to log in before you can comment on or make changes to this bug.