gitlab-runner

gitlab-runner is a Commodore component that wraps GitLab’s official gitlab-runner Helm chart.

See the parameters reference for further details.

Runner registration

You must set a GitLab URL and registration token as described here.

Runner registration can be done by passing both URL and token via Helm values:

parameters:
  gitlab_runner:
    helm_values:
      gitlabUrl: https://gitlab.example.com
      runnerRegistrationToken: BP1344341K1D3--6d-WxpngN4YayP

Alternatively, you can create a secret for the tokens in the target namespace, with the secret name being for example syn-gitlab-runner-gitlab-runner. See the GitLab documentation for the required keys and values.