Q&A - Auto sorting
shyam-ks opened this issue · 2 comments
shyam-ks commented
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.
shyam-ks commented
--sort-values-order
Awesome Thank you