This commit is contained in:
2022-09-06 10:33:33 +07:00
parent 8b460261db
commit 1cd91aab5d
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
# GitLab Runner Helm Chart
helm upgrade --install --create-namespace gitlab-runner --set runnerRegistrationToken=<token> k8s/gitlab-runner
TOKEN=RLs59uf39x1CtGtEs7ey
helm upgrade --install --create-namespace -n gitlab-runner gitlab-runner --set gitlabUrl=https://git.bildme.ru,runnerRegistrationToken=$TOKEN k8s/gitlab-runner

View File

@@ -367,11 +367,11 @@ runners:
##
## ref: https://docs.gitlab.com/ee/ci/runners/configure_runners.html#use-tags-to-control-which-jobs-a-runner-can-run
##
# tags: ""
tags: "kubenetes"
## Specify the name for the runner.
##
# name: ""
name: "gitlab-runner-k8s"
## Specify the maximum timeout (in seconds) that will be set for job when using this Runner
##