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
As of Helm 3.7, .Subcharts.<subchart_name> exposes the scope of a subchart (including .Values, .Chart, .Releases, etc.) to the parent (see helm/helm#9957).
This would be great. It would be nice to know how to access dependency information of a subchart. This would allow us to receive things like their default password and credentials, rather than having to compute and set from parent.
I also didn't see any tests in the repo that have a string for .Subchart seems the functionality is very young.
Nevermind "a year", this is the solution to a 6 year old issue (helm/helm#3920) that was implemented 3 years ago (helm/helm#9957). Yet it has been kept completely hidden.
As of Helm 3.7,
.Subcharts.<subchart_name>
exposes the scope of a subchart (including.Values
,.Chart
,.Releases
, etc.) to the parent (see helm/helm#9957).It would be great to document this on https://helm.sh/docs/chart_template_guide/builtin_objects since it doesn't seem to be available anywhere in the documentation.
Thanks!
The text was updated successfully, but these errors were encountered: