-
Feature
-
Resolution: Done
-
Major
-
fuse-next-TP1-GA
-
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