Is there a way to add helm repos from pulumi? Feel...
# kubernetes
f
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
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
f
ok, most examples mentions as requirements that you should do
helm repo add ...
works like a charm though
b
yeah we probably need to do a better job of highlighting this capability