Is it possible to install a Helm chart from a loca...
# general
e
Is it possible to install a Helm chart from a local file via
new k8s.helm.v2.Chart
?
e.g. I have a
my-chart.yaml
and want to do the equivalent of
kubectl apply -f my-chart.yaml
w
Support for this was just merged in 2 days ago and should be part of a release very soon. https://github.com/pulumi/pulumi-kubernetes/pull/247
e
Thanks!
I've got a workaround for the time being