Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-14462

The OperatorGroup's spec.channel in the yaml example below is wrong.

XMLWordPrintable

    • No
    • Storage Sprint 237, Storage Sprint 239, Storage Sprint 240
    • 3
    • False
    • Hide

      None

      Show
      None

      The spec.channel in the yaml example below is wrong.

      Example openshift-local-storage.yaml
      ```
      apiVersion: operators.coreos.com/v1
      kind: OperatorGroup
      [...]
      spec:
        channel: "${OC_VERSION}"  <<<<
        installPlanApproval: Automatic 
        name: local-storage-operator
        source: redhat-operators
        sourceNamespace: openshift-marketplace
      
      

       

      The only channel that can be used with local-storage-operator is stable, but this does not make sense.

      $  oc get packagemanifests.packages.operators.coreos.com local-storage-operator -o yaml | yq e '.status.channels[].name'
      stable

            jdobson@redhat.com Jonathan Dobson
            rhn-support-rnoma Ryoji Noma
            Chao Yang Chao Yang
            Lisa Pettyjohn Lisa Pettyjohn
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: