Does the `k8s.helm.v2.Chart` package handle sub-ch...
# general
m
Does the
k8s.helm.v2.Chart
package handle sub-charts specified via the parent's
requirements.yaml
file?
c
@millions-judge-24978 it should, yes.
m
Okay thanks, I must be having an issue limited to a specific part of the chart I am using then.
c
It should have semantics identical to
helm template
, basically.
So if
helm template
supports it, so do we
m
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
np