Service element missing for K8s runner's config.toml
Summary:
We have deployed GitLab Runner instance in Kubernetes cluster by using the gitlab-runner Helm chart. We would like to use service sidecar as a wrapper to the gitlab api and a functional entrypoint for extensions to our CI process. We use it to inject start up actions into a pipeline and for access to other features we build.
Usually this is done by services = ["registry.gitlab.com//:"] in config.toml of the runner.
However “services” element is missing in values.yaml that and we need it to start the sidecar container in the pod.
Reference documents:
https://gitlab.com/charts/gitlab-runner/blob/master/values.yaml https://docs.gitlab.com/runner/install/kubernetes.html
Looking for:
We are looking for option to add services element in values.yaml, which can start the sidecar container in the pod.