You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use the README-generator for our special case where we have multiple helm-repositories, each with their own values.yaml file. We would like to "condense" the different parameters into a single README-file.
This does indeed work, if we firstly concat all the values.yaml files into one and the let the generator use that yaml (it even understands multiple mentions of the same section and sorts them together!).
Is it possible to pipe the values.yaml from stdin? That way, we could pipe all values.yaml's into one call. If not, what would be the intended way to do what we are trying to do?
The text was updated successfully, but these errors were encountered:
This may be closed. I was missunderstanding how to use the tool / pre-commit. I guess the "preferred" way is to have one README per values file. With the pre-commit hook I can simply add multiple such "mappings".
It would theoretically be an option to fill one README with multiple values.yamls but then it only makes sense, if each values file sets its own sections. Then it should work to cat all files into one big yaml and the run the generator on that file.
We would like to use the README-generator for our special case where we have multiple helm-repositories, each with their own
values.yaml
file. We would like to "condense" the different parameters into a single README-file.This does indeed work, if we firstly concat all the
values.yaml
files into one and the let the generator use that yaml (it even understands multiple mentions of the same section and sorts them together!).Is it possible to pipe the values.yaml from stdin? That way, we could pipe all values.yaml's into one call. If not, what would be the intended way to do what we are trying to do?
The text was updated successfully, but these errors were encountered: