init
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
# GitLab Runner Helm Chart
|
# 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
|
||||||
|
@@ -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
|
## 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.
|
## 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
|
## Specify the maximum timeout (in seconds) that will be set for job when using this Runner
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user