gitlab-runner helm

No introduction found. Create it?

Install

Install with:

helm repo add gitlab https://charts.gitlab.io/
helm install gitlab-runner gitlab/gitlab-runner -f values.yaml

Top Repositories (1 out of 7)

See examples from other people.

NameRepoStarsVersionTimestamp
gitlab-runnerdfroberg/cluster420.45.0a year ago

Values

See the most popular values for this chart:

KeyTypes
gitlabUrl (7)
https://gitlab.com/
string
boolean
boolean
string
string
string
runners.secret (4)
gitlab-runner-secret
string
runners.config (3)
[[runners]] [runners.kubernetes] namespace = "{{.Release.Namespace}}" privileged = true [[runners.kubernetes.volumes.host_path]] name = "devices" host_path = "/dev" mount_path = "/dev" read_only = true [[runners.kubernetes.pod_spec]] name = "ephemeral-builds" patch_type = "strategic" patch = ''' containers: - name: build volumeMounts: - name: builds mountPath: /builds - name: helper volumeMounts: - name: builds mountPath: /builds volumes: - name: builds ephemeral: volumeClaimTemplate: spec: accessModes: [ ReadWriteOnce ] resources: requests: storage: 32Gi ''' [runners.feature_flags] FF_USE_ADVANCED_POD_SPEC_CONFIGURATION = true
string
string
string
string
string
string
boolean
string
string
boolean
number
string
image (2)
gitlab/gitlab-runner:ubuntu-v14.6.0
string
string
string
number
runnerRegistrationToken (2)
${SECRET_GITLAB_RUNNER_TOKEN}
string
cache.secretName (1)
gitlab-cache-secret
string
number
env.TZ (1)
${CLUSTER_TZ}
string
number
string
string
string
number
string
boolean
boolean
nameOverride (1)
gitlab-runner
string
string
string
string
string
string
string
number
number
boolean