Hide Forgot
Description of problem: singular definition in bundlebinding CRD is not correct names: ....... singular: bundleebinding singular should be 'bundlebinding' Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-02-28-054829 ASB operator: docker.io/automationbroker/automation-broker-operator:v4.0 ASB version : 1.4.4 How reproducible: awlays Steps to Reproduce: 1. install asb through marketplace&OLM 2. check bindlebinding CR and CRD 3. Actual results: singular definition is not right $ oc get crd bundlebindings.automationbroker.io -o yaml apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: creationTimestamp: 2019-03-01T03:47:43Z generation: 1 name: bundlebindings.automationbroker.io resourceVersion: "72390" ....... type: date group: automationbroker.io names: kind: BundleBinding listKind: BundleBindingList plural: bundlebindings singular: bundleebinding scope: Namespaced $ oc get bundlebinding error: the server doesn't have a resource type "bundlebinding" Expected results: singular definition should be 'bundlebinding' Additional info:
PR: https://github.com/operator-framework/community-operators/pull/156
Verified. names: kind: BundleBinding listKind: BundleBindingList plural: bundlebindings singular: bundlebinding Cluster version is 4.0.0-0.nightly-2019-03-05-065158
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758