Creating/updating serviceaccount?

Hii there,

I have recently been starting to look into Rancher.
So far, it works quite nicely (a lot simpler than Kubernetes in my opinion).
However, I’m trying to setup a gitlab-runner (linked to gitlab.com, not a local install) right now, but immediatly after starting a job, I get the error:

ERROR: Job failed (system failure): secrets is forbidden: User "system:serviceaccount:gitlab:default" cannot create secrets in the namespace "gitlab"

The thing is, I have never created a serviceaccount for this that I can remember.
Does any of you know how to fix it?

Running the command kubectl create clusterrolebinding gitlab-cluster-admin --clusterrole=cluster-admin --group=system:serviceaccounts --namespace=gitlab seems to have fixed this issue