-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.16.0
-
None
-
Important
-
No
-
1
-
OSDOCS Sprint 255
-
1
-
False
-
-
Release Note Not Required
-
In Progress
Description of problem:
There are 4 examples, and all of them lack the required field: `spec.installNamespace`
apiVersion: olm.operatorframework.io/v1alpha1 kind: ClusterExtension metadata: name: <operator_name> spec: packageName: <package_name> channel: <channel_name> version: <version_number> apiVersion: olm.operatorframework.io/v1alpha1 kind: ClusterExtension metadata: name: pipelines-operator spec: packageName: openshift-pipelines-operator-rh channel: latest apiVersion: olm.operatorframework.io/v1alpha1 kind: ClusterExtension metadata: name: pipelines-operator spec: packageName: openshift-pipelines-operator-rh version: 1.11.1 apiVersion: olm.operatorframework.io/v1alpha1 kind: ClusterExtension metadata: name: pipelines-operator spec: packageName: openshift-pipelines-operator-rh version: >1.11.1
Version-Release number of selected component (if applicable):
How reproducible:
always
Steps to Reproduce:
1. Install an clusterextension by following this doc.
Actual results:
Failed at:
jiazha-mac:~ jiazha$ oc create -f ce-pipeline-1.11.yaml The ClusterExtension "pipelines-operator-1.11" is invalid: spec.installNamespace: Required value
Expected results:
Should add the required field: `spec.installNamespace`
Additional info: