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 11)

See examples from other people.

NameRepoStarsVersionTimestamp
gitlab-runnerdfroberg/cluster480.45.06 months ago

Values

See the most popular values for this chart:

KeyTypes
gitlabUrl (11)
https://gitlab.com/
string
boolean
boolean
string
string
string
runners.secret (8)
gitlab-runner
string
runners.config (6)
[[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
string
boolean
runners.cache.secretName (1)
google-application-credentials
string
string
boolean
number
string
string
string
string
string
string
number
number
env.TZ (2)
${CLUSTER_TZ}
string
image (2)
gitlab/gitlab-runner:ubuntu-v14.6.0
string
string
boolean
boolean
string
string
string
number
string
string
string
runnerRegistrationToken (2)
${SECRET_GITLAB_RUNNER_TOKEN}
string
number
number
boolean
string
cache.secretName (1)
gitlab-cache-secret
string
number
string
string
string
number
string
nameOverride (1)
gitlab-runner
string
boolean
string
number
string
volumeMounts[].name (1)
root-gitlab-runner
string
string
volumes[].name (1)
root-gitlab-runner
string