Skip to content

Allow changing runner image

Georgi N. Georgiev requested to merge allow-overriding-runner-image into master

How to test

Follow the docs at http://gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator/blob/f1260ec303d100ebe79ad68e97023710b0080c6d/doc/getting-started.md#L47-L47 to setup the Runner and Runner manager

For the Runner CRD specify runnerImage:

apiVersion: apps.gitlab.com/v1beta2
kind: Runner
metadata:
  name: example
spec:
  gitlabUrl: https://gitlab.com
  imagePullPolicy: Always
  token: gitlab-dev-runner-secret # Name of the secret containing the Runner token
  tags: openshift, test
  runnerImage: custom_image

Closes #45 (closed)

Edited by Georgi N. Georgiev

Merge request reports

Loading