norwoodj/helm-docs

Q&A - Auto sorting

shyam-ks opened this issue · 2 comments

Is there a way to stop the auto-sorting based on alphabets ?

if the keys are like

Rabc
Zabc
Cabc

it should keep the same order in the readme generated

losil commented

Try to use the parameter --sort-values-order file for e.g.:

helm-docs --sort-values-order file

This option should consider the order coming from your values.yaml file when generating the table.

--sort-values-order

Awesome Thank you