Use local tiller - Auto DevOps
This probably replaces one of the issues for enabling RBAC for Auto Devops.
gitlab-ci-yml#82 (comment 104395604)
Is it possible to run tiller locally:
- download tiller binary
- Replace
helm init
with starting tiller locally as a daemon (https://github.com/adamreese/helm-local) - Run helm commands as usual
Advantages :
- no need to send
$KUBE_SERVICE_ACCOUNT
- no more
tiller-deploy
pod that we have to add TLS, etc
resources: https://github.com/helm/helm/pull/4443
Edited by 🤖 GitLab Bot 🤖