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

Examples

See examples from other people.

Top Repositories (1 out of 13)

NameRepoStarsVersionTimestamp
gitlab-runnerdfroberg/cluster570.45.0a year ago

Values

See the most popular values for this chart:

KeyTypes
gitlabUrl (13)
https://gitlab.com/
string
boolean
boolean
string
string
string
runners.secret (10)
gitlab-runner-secret
string
runners.config (9)
[[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
boolean
string
runners.cache.secretName (2)
gitlab-runner-s3access-secret
string
string
string
string
string
string
string
string
string
string
boolean
number
number
number
env.TZ (3)
${TIMEZONE}
string
string
string
string
boolean
boolean
string
string
string
number
string
string
podAnnotations."secret.reloader.stakater.com/reload" (1)
gitlab-runner-secret, gitlab-runner-s3access-secret
string
boolean
string
string
string
string
image (2)
gitlab/gitlab-runner:ubuntu-v14.6.0
string
string
nameOverride (2)
gitlab-runner
string
string
string
runnerRegistrationToken (2)
${SECRET_GITLAB_RUNNER_TOKEN}
string
number
number
cache.secretName (1)
gitlab-cache-secret
string
number
string
string
string
number
boolean
string
number
boolean
number
string
volumeMounts[].name (1)
root-gitlab-runner
string
string
volumes[].name (1)
root-gitlab-runner
string