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

In oc-mirror v2, the targetCatalogSourceTemplate example template for CatalogSource requires update

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.16, 4.17
    • None
    • Important
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

          In oc-mirror v2, the targetCatalogSourceTemplate example template for CatalogSource requires update the API version and proper indentation . Current:
      ~~~
      apiVersion: operators.coreos.com/v2alpha1
      kind: CatalogSource
      metadata:
        name: discarded
        namespace: openshift-marketplace
      spec:
        image: discarded
        sourceType: grpc
        updateStrategy:
      registryPoll:
      interval: 30m0s
      ~~~
      Expected:
      ~~~
      apiVersion: operators.coreos.com/v1alpha1
      kind: CatalogSource
      metadata:
        name: discarded
        namespace: openshift-marketplace
      spec:
        image: discarded
        sourceType: grpc
        updateStrategy:
          registryPoll:
            interval: 30m0s
      ~~~
      
      

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

          

      Expected results:

          

      Additional info:

          

              rhn-support-stevsmit Steven Smith
              rhn-support-bshaw Bikash Shaw
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: