Skip to content
Snippets Groups Projects
Commit 73270d3a authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

Add locked: false to runner configuration

parent 0bfe74b8
Branches
No related tags found
No related merge requests found
Pipeline #8988 failed
......@@ -246,7 +246,7 @@ spec:
- name: RUNNER_EXECUTOR
value: "kubernetes"
- name: REGISTER_LOCKED
value: "true"
value: "false"
- name: RUNNER_TAG_LIST
value: ""
- name: KUBERNETES_PRIVILEGED
......
......@@ -19,6 +19,7 @@ rbac:
# https://docs.gitlab.com/runner/executors/kubernetes.html#using-dockerdind
runners:
privileged: true
locked: false
cache:
## General settings
cacheType: s3
......
# 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
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
#s3AccessKey: "minio"
#s3SecretrKey: "minio123"
......@@ -246,7 +246,7 @@ spec:
- name: RUNNER_EXECUTOR
value: "kubernetes"
- name: REGISTER_LOCKED
value: "true"
value: "false"
- name: RUNNER_TAG_LIST
value: ""
- name: KUBERNETES_PRIVILEGED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment