diff options
author | Evan Read <eread@gitlab.com> | 2018-11-12 11:34:37 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-12 11:34:37 +1000 |
commit | c4af85a6fa18ec0384b30bf899ab4814694f455e (patch) | |
tree | 86dba87eda4af1970dd857a08a6a817d58aeb40c /doc | |
parent | 7bcd65cd9d1e357091f995caf0e7967e4151db83 (diff) | |
download | gitlab-ce-c4af85a6fa18ec0384b30bf899ab4814694f455e.tar.gz |
Fix link for raising helm chart issuesdocs/fix-helm-chart-issue-link
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 2aab225fcdb..f34d398a7f5 100644 --- a/doc/install/kubernetes/gitlab_runner_chart.md +++ b/doc/install/kubernetes/gitlab_runner_chart.md @@ -1,6 +1,6 @@ # GitLab Runner Helm Chart > **Note:** -These charts have been tested on Google Kubernetes Engine and Azure Container Service. Other Kubernetes installations may work as well, if not please [open an issue](https://gitlab.com/charts/gitlab-runner/issues). +These charts have been tested on Google Kubernetes Engine and Azure Container Service. Other Kubernetes installations may work as well, if not please [open an issue](https://gitlab.com/gitlab-org/gitlab-runner/issues). The `gitlab-runner` Helm chart deploys a GitLab Runner instance into your Kubernetes cluster. @@ -132,7 +132,7 @@ runners: If your cluster has RBAC enabled, you can choose to either have the chart create its own service account or provide one. -To have the chart create the service account for you, set `rbac.create` to true. +To have the chart create the service account for you, set `rbac.create` to true. ### Controlling maximum Runner concurrency |