https://pulumi.com logo
Title
f

famous-jelly-72366

06/04/2020, 7:53 AM
Is there a way to add helm repos from pulumi? Feels a bit awkward that pulumi handles everything else, but I still have to go to the terminal to do
helm repo add ...
I'm using this
b

billowy-army-68599

06/04/2020, 1:51 PM
You don’t to add the repo if you don’t want, if the chart is in a repo you can use fetchOpts to specify a url to pull from. I’m not at a computer yet, but can post an example shortly
👍 1
a

ancient-megabyte-79588

06/04/2020, 2:28 PM
f

famous-jelly-72366

06/04/2020, 4:38 PM
ok, most examples mentions as requirements that you should do
helm repo add ...
works like a charm though
b

billowy-army-68599

06/04/2020, 5:00 PM
yeah we probably need to do a better job of highlighting this capability