diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-08-29 15:14:42 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-08-29 15:14:42 -0400 |
commit | ae458ad38d80696d7e8e360172457ca66cdd44d6 (patch) | |
tree | 2ffcb2f946c4bd885e4d25a28bc0f79333700965 /doc/install | |
parent | ea5f2da46412a4be3ce025d3d6e8d31c5b43e900 (diff) | |
download | gitlab-ce-ae458ad38d80696d7e8e360172457ca66cdd44d6.tar.gz |
Add install link for Runner from config section37056-improve-kubernetes-installation-docs
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/kubernetes/gitlab_runner_chart.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/kubernetes/gitlab_runner_chart.md b/doc/install/kubernetes/gitlab_runner_chart.md index 66f42973708..d31c763ed64 100644 --- a/doc/install/kubernetes/gitlab_runner_chart.md +++ b/doc/install/kubernetes/gitlab_runner_chart.md @@ -33,6 +33,8 @@ In order for GitLab Runner to function, your config file **must** specify the fo - `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. +Unless you need to specify additional configuration, you are [ready to install](#installing-gitlab-runner-using-the-helm-chart). + ### Other configuration The rest of the configuration is [documented in the `values.yaml`](https://gitlab.com/charts/charts.gitlab.io/blob/master/charts/gitlab-runner/values.yaml) in the chart repository. |