Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-13202

Use OLM recommendation when using booleanSwitch in CSV

    XMLWordPrintable

Details

    Description

      In the CSV, when a booleanSwitch descriptor is defined, a default value should not be defined.

      example of incorrect usage:
            - description: Expose Via 3 Scale
              displayName: Expose Via 3 Scale
              path: exposeVia3scale
              value: false
              x-descriptors:
              - "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
      

      Recommended:

      ..    "spec": {
            "exposeVia3scale": false,
            "replicas": 1,
            "env": [
      ...
       - description: Expose Via 3 Scale
              displayName: Expose Via 3 Scale
              path: exposeVia3scale
      

      see: Reference

      Attachments

        Activity

          People

            rhn-engineering-vhalbert Van Halbert (Inactive)
            rhn-engineering-vhalbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: