Enable filtering valuesTable
to a subset of values
#156
Labels
enhancement
New feature or request
Milestone
In the couchdb helm chart, values are segregated into subsections that are relevant to one another.
This can be a very useful pattern to highlight values appropriate in particular contexts, and cuts down on the "overload" that can happen with a giant values table.
It would be nice to auto-generate these sub-sections, which requires some type of change to
helm-docs
AFAICT (the workaround is currently to overload thecharts.valuesTable
definition and do a bunch of manualif/else
checking).It would be ideal to expose this functionality to the user (i.e. does not need to be a dedicated feature in
helm-docs
), although a feature / dedicated template here may be nice as well.I believe #155 would provide a solution with
omit
, in particular (although this would probably need to be within therange
since "filtering" an array is tricky). Perhaps something like this from the user's perspective could work (pseudocode):The text was updated successfully, but these errors were encountered: