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

library values #1719

Closed
kfox1111 opened this issue Dec 18, 2016 · 2 comments
Closed

library values #1719

kfox1111 opened this issue Dec 18, 2016 · 2 comments

Comments

@kfox1111
Copy link

I've been following a pattern where i have a subchart called -common that contains templates that are just macro libraries. nothing directly launched. They are then instantiated in the parent chart, using the parent charts values. This is working great.

But one pain point is, if I want to put default values for the macro's in, they need to go into each parent chart. this can be difficult to maintain the values files.

I would like to see a new values.yaml file called inherited_values.yaml (or something to that effect), that are used for this use case. They work like normal values but. they get automatically added to the parent chart's values when assembling rather then getting namespaced by the subchart name. parents values takes precedence.

This would allow for helm charts to be build in much more modular ways while still providing a nice user api.

@technosophos technosophos added this to the 2.4.0-Triage milestone Jan 27, 2017
@technosophos
Copy link
Member

Is this a duplicate of or alternative to #1883? If not, would you mind clarifying the different use cases?

@kfox1111
Copy link
Author

Looks like a dup. closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants