You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working on submitting a new chart to the Redhat Helm chart repository and I would like to customize the form view for our product installation.
According to this doc, the order of properties in the required array of the values.schema.json file should be maintained in the corresponding rendered form fields. But that is not what I am seeing during my tests.
For example in the nodejs-ex-k values.schema.json the required fields are defined as:
Hi,
I am working on submitting a new chart to the Redhat Helm chart repository and I would like to customize the form view for our product installation.
According to this doc, the order of properties in the required array of the
values.schema.json
file should be maintained in the corresponding rendered form fields. But that is not what I am seeing during my tests.For example in the nodejs-ex-k
values.schema.json
the required fields are defined as:redhat-helm-charts/alpha/nodejs-ex-k/values.schema.json
Lines 3 to 8 in 1eec9dc
But in the form view of my Openshift 4.6 test cluster, the order is not respected:
How can I control the order of the fields in the form view?
Thanks!
The text was updated successfully, but these errors were encountered: