erik78se / charm-gitlab-runner

A juju charm (hooks,bash) deploying gitlab-runner
Apache License 2.0
3 stars 1 forks source link

Add support for alot more options, possibly via templates. #2

Closed erik78se closed 3 years ago

erik78se commented 3 years ago

docker_runner_tmpfs_argument: "/scratch:rw,exec,size=1g"

Possibly by allowing "templates" to be added as base64 config options

https://docs.gitlab.com/runner/commands/#runners-configuration-template-file

Will require some thought before implementation.