Kubernetes failures

Hello,

Trying to integrate with an existing Kubernetes cluster I have.

First problem: gitlab wants to install Tiller. However, I already have Tiller installed and working. Is this a problem?

I have various issues trying to install Helm, mostly I think due to RBAC. Before I proceed too far, however, I would like to confirm: Should I even be installing Tiller when I have it already installed? Or is the fact gitlab cannot see my existing Tiller a sign of some sort of problem?

I have used this command, which I believe should give the user gitlab connects to full access to everything it needs. Based on errors I am getting it looks like gitlab is connecting correctly with this service account.

kubectl create clusterrolebinding gitlab --clusterrole=cluster-admin --serviceaccount=gitlab:default

Regards