diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-02 10:10:48 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-02 10:10:48 +0000 |
commit | a74c73d1dbefa98025f14dfd241130b11bf3e2f7 (patch) | |
tree | 0c126fb9e180e8adfab62f97efdc74d776c8f7ec /doc | |
parent | 81181fa0d1d634f5c848c6309841933e0d127410 (diff) | |
parent | 9ee5a9039b0d8cde6f0eef290b90a6dca229016e (diff) | |
download | gitlab-ce-a74c73d1dbefa98025f14dfd241130b11bf3e2f7.tar.gz |
Merge branch 'patch-28' into 'master'
Fix typo in gitlab_runner_chart.md
See merge request gitlab-org/gitlab-ce!16860
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/kubernetes/gitlab_runner_chart.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/kubernetes/gitlab_runner_chart.md b/doc/install/kubernetes/gitlab_runner_chart.md index ca9c95aeced..1f53e12d5f8 100644 --- a/doc/install/kubernetes/gitlab_runner_chart.md +++ b/doc/install/kubernetes/gitlab_runner_chart.md @@ -31,7 +31,7 @@ The default configuration can always be found in the [values.yaml](https://gitla In order for GitLab Runner to function, your config file **must** specify the following: - - `gitlabURL` - the GitLab Server URL (with protocol) to register the runner against + - `gitlabUrl` - the GitLab Server URL (with protocol) to register the runner against - `runnerRegistrationToken` - The Registration Token for adding new Runners to the GitLab Server. This must be retrieved from your GitLab Instance. See the [GitLab Runner Documentation](../../ci/runners/README.md#creating-and-registering-a-runner) for more information. @@ -47,7 +47,7 @@ Here is a snippet of the important settings: ## The GitLab Server URL (with protocol) that want to register the runner against ## ref: https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register ## -gitlabURL: http://gitlab.your-domain.com/ +gitlabUrl: http://gitlab.your-domain.com/ ## The Registration Token for adding new Runners to the GitLab Server. This must ## be retreived from your GitLab Instance. |