Skip to content

Instantly share code, notes, and snippets.

@WeslyG
Last active February 16, 2023 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WeslyG/913ec31216132c445843e7337bbab953 to your computer and use it in GitHub Desktop.
Save WeslyG/913ec31216132c445843e7337bbab953 to your computer and use it in GitHub Desktop.
Gitlab priveleged DID runner helm values
gitlabUrl : https://gitlab.com
runnerRegistrationToken: TOKEN
runners:
tags: "docker"
privileged: true
config: |
[[runners]]
[runners.kubernetes]
image = "ubuntu:20.04"
privileged = true
[[runners.kubernetes.volumes.host_path]]
name = "docker"
mount_path = "/var/run/docker.sock"
read_only = true
host_path = "/var/run/docker.sock"
rbac:
create: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment