linkyard / concourse-helm-resource

Deploy to kubernetes helm from your concourse.ci.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Feature Request ] Tillerless run

Typositoire opened this issue · comments

Would you be open to implement that in this resource ? (I'm willing to do it)

https://rimusz.net/tillerless-helm/
https://github.com/rimusz/helm-tiller

Basically it let you run tiller on the client side and use the user RBAC rights, this fixes the fact that Tiller needs full access on the server side. I've been using it for a while outside of concourse and it's really awesome.

Absolutely, we want to switch to tillerless ourselves but didn’t yet find time to do it.

Would be great if you could do a PR for it

Awesome!

Me and my collegue just opened a PR that implements Tillerless. #112

I dunno how you want to handle versions after that because they become semi-irelevent for helm since the Tiller version is ALWAYS the right one for helm. But that's only if you set source.tillerless true. I'll let you judge what's the best way to version :p