summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-11-12 07:53:21 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-12 07:53:21 +0000
commite4db0c1ace7959922b21ddec2787f838a4bc9426 (patch)
tree3fbfcf0a2413db1d74e920b4fc79cc3574a1cc61
parentec1d4243b2dbca7df6b793b412717f9b5b3db998 (diff)
parentc4af85a6fa18ec0384b30bf899ab4814694f455e (diff)
downloadgitlab-ce-e4db0c1ace7959922b21ddec2787f838a4bc9426.tar.gz
Merge branch 'docs/fix-helm-chart-issue-link' into 'master'
Fix link for raising helm chart issues See merge request gitlab-org/gitlab-ce!22970
-rw-r--r--doc/install/kubernetes/gitlab_runner_chart.md4
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