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:
|
"required": [ |
|
"replicaCount", |
|
"image", |
|
"service", |
|
"ingress" |
|
], |
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!
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.jsonfile 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.jsonthe 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!