rancher / capi-ui-extension

Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.
Apache License 2.0
8 stars 8 forks source link

Create clusters from a clusterclass - allow empty string default values #63

Closed alexander-demicev closed 2 months ago

alexander-demicev commented 4 months ago

We need to allow creating a cluster from a cluster class. If a clusterclass defines a required variable with a default of an empty string (like this) then the UI extension will mark the variable as required but it won't use the default empty string value and so it won't let user create the cluster.