From afcd8eaf3c27d62a1266c4b5b7b0c92352e7e2c5 Mon Sep 17 00:00:00 2001 From: Cleveland Bledsoe Jr Date: Thu, 29 Oct 2020 19:18:05 +0000 Subject: [PATCH] Update Kubernetes instructions --- docs/install/kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 5df259017..a5a8a0289 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -36,6 +36,7 @@ in the chart repository. In order for GitLab Runner to function, your configuration file **must** specify the following: - `gitlabUrl` - the GitLab server full URL (e.g., `https://gitlab.example.com`) to register the Runner against. + - For users on GitLab.com, please enter `https://gitlab.com` - `runnerRegistrationToken` - The registration token for adding new Runners to GitLab. This must be [retrieved from your GitLab instance](https://docs.gitlab.com/ee/ci/runners/). -- GitLab