# The GitLab Server URL (with protocol) that you want to register the runner against # ref: https://docs.gitlab.com/runner/commands/index.html#gitlab-runner-register # gitlabUrl: https://git.informatik.fh-nuernberg.de/ # The registration token for adding new runners to the GitLab server # Retrieve this value from your GitLab instance # For more info: https://docs.gitlab.com/ee/ci/runners/index.html # runnerRegistrationToken: "GR1348941-DZhkAiiFzq9HpjTjewS" # For RBAC support: rbac: create: true # Run all containers with the privileged flag enabled # This flag allows the docker:dind image to run if you need to run Docker commands # Read the docs before turning this on: # https://docs.gitlab.com/runner/executors/kubernetes.html#using-dockerdind runners: privileged: true locked: false cache: ## General settings cacheType: s3 cacheShared: true cachePath: "gitlab-runner" ## S3 settings s3ServerAddress: minio:9000 s3BucketName: gitlab-runner # s3BucketLocation: s3CacheInsecure: true secretName: gitlab-runner-s3-access-secret