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

Use OLM recommendation when using booleanSwitch in CSV

XMLWordPrintable

    • 0
    • 0% 0%
    • Todo

      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

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

                Created:
                Updated:
                Resolved: