Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to render individual components #201

Open
brancz opened this issue Mar 5, 2021 · 0 comments
Open

Add functionality to render individual components #201

brancz opened this issue Mar 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@brancz
Copy link
Member

brancz commented Mar 5, 2021

kube-thanos has shaped up pretty nicely into a modular library. A concern that users still face is that they must render all components manually, even though they just pass a single config. See here for an example, not only is this leaky configuration with layering violations, it's inconvenient and error prone (it took multiple attempts to get certain parts right in the linked example.

It would be great if each individual component could offer .manifests field that could be recursively used to build the above without leaking configuration into the final rendering act.

@kakkoyun @metalmatze

@kakkoyun kakkoyun added the enhancement New feature or request label Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants