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

Helm CoalesceValues #1

Open
tamalsaha opened this issue Jan 2, 2022 · 1 comment
Open

Helm CoalesceValues #1

tamalsaha opened this issue Jan 2, 2022 · 1 comment

Comments

@tamalsaha
Copy link
Contributor

https://github.com/helm/helm/blob/v3.7.2/pkg/chartutil/coalesce.go#L28-L37

// CoalesceValues coalesces all of the values in a chart (and its subcharts).
//
// Values are coalesced together using the following rules:
//
//	- Values in a higher level chart always override values in a lower-level
//		dependency chart
//	- Scalar values and arrays are replaced, maps are merged
//	- A chart has access to all of the variables for it, as well as all of
//		the values destined for its dependencies.
@tamalsaha
Copy link
Contributor Author

// +listType=atomic
// +mapType=granular
// +structType=granular

@tamalsaha tamalsaha transferred this issue from another repository Jan 16, 2022
@tamalsaha tamalsaha transferred this issue from another repository Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant