https://pulumi.com logo
m

millions-judge-24978

02/28/2019, 7:27 PM
Does the
k8s.helm.v2.Chart
package handle sub-charts specified via the parent's
requirements.yaml
file?
c

creamy-potato-29402

02/28/2019, 7:29 PM
@millions-judge-24978 it should, yes.
m

millions-judge-24978

02/28/2019, 7:32 PM
Okay thanks, I must be having an issue limited to a specific part of the chart I am using then.
c

creamy-potato-29402

02/28/2019, 7:33 PM
It should have semantics identical to
helm template
, basically.
So if
helm template
supports it, so do we
m

millions-judge-24978

02/28/2019, 7:35 PM
Yeah, I think I must be encountering some odd issue that may not have to do with pulumi. https://github.com/helm/charts/tree/master/stable/prometheus-operator This chart has 3 deps, all included by default. Two of them seem to be expanded, one doesn't, which led me to think it wasn't supported.
Wow nevermind, extreme user error haha, sorry/thanks!
c

creamy-potato-29402

02/28/2019, 7:38 PM
np