https://pulumi.com logo
Title
s

some-doctor-15042

11/02/2020, 11:05 PM
Is there a way to leverage a helm chart from a git repo that isnt setup as a helm repo? For example, the istio gateways helmchart does not have an
index.yaml
so I cant simply place it in
fetchOpts:{
  repo:"<https://github.com/istio/istio/tree/master/manifests/charts/gateways/istio-ingress>",
},
Ive been using path but I would prefer to source it remotely each time rather than have the chart local to my git repo.
b

billowy-army-68599

11/02/2020, 11:05 PM
you'll have to download the tarball and use
localchartopts
I'm afraid
s

some-doctor-15042

11/02/2020, 11:06 PM
darn 😞 thanks! @billowy-army-68599