Skip to content

Question about fields ordering in form view #39

@julie-garrone

Description

@julie-garrone

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:
image

How can I control the order of the fields in the form view?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions