diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-14 07:48:30 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-14 07:48:30 +0000 |
commit | 94ff08ba3d3aa7a1274e3fc919fcb6bf789e09fd (patch) | |
tree | 2d8534a6a1a0f36fecbaeb046779f119676638de | |
parent | 44e64a04beed89e08981352430efc13258b9aae8 (diff) | |
parent | 3241cf6b252f2c03ba9d1e0b30bddd18c301aa05 (diff) | |
download | gitlab-ce-94ff08ba3d3aa7a1274e3fc919fcb6bf789e09fd.tar.gz |
Merge branch 'jl-update-runner-links-docs' into 'master'
Update runner links to repo based on restructuring
See merge request gitlab-org/gitlab-ce!18919
-rw-r--r-- | doc/install/kubernetes/gitlab_runner_chart.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/kubernetes/gitlab_runner_chart.md b/doc/install/kubernetes/gitlab_runner_chart.md index 0a093c9ec32..2aab225fcdb 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/charts.gitlab.io/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/charts/gitlab-runner/issues). The `gitlab-runner` Helm chart deploys a GitLab Runner instance into your Kubernetes cluster. @@ -25,7 +25,7 @@ For more information on available GitLab Helm Charts, please see our [overview]( Create a `values.yaml` file for your GitLab Runner configuration. See [Helm docs](https://github.com/kubernetes/helm/blob/master/docs/chart_template_guide/values_files.md) for information on how your values file will override the defaults. -The default configuration can always be found in the [values.yaml](https://gitlab.com/charts/charts.gitlab.io/blob/master/charts/gitlab-runner/values.yaml) in the chart repository. +The default configuration can always be found in the [values.yaml](https://gitlab.com/charts/gitlab-runner/blob/master/values.yaml) in the chart repository. ### Required configuration @@ -39,7 +39,7 @@ Unless you need to specify additional configuration, you are [ready to install]( ### 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. +The rest of the configuration is [documented in the `values.yaml`](https://gitlab.com/charts/gitlab-runner/blob/master/values.yaml) in the chart repository. Here is a snippet of the important settings: |