diff options
author | Evan Read <eread@gitlab.com> | 2019-03-01 19:11:29 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-03-01 19:11:29 +0000 |
commit | ded2f4ef3c840f46b4264d44051b2baf95747a39 (patch) | |
tree | fecca57fb3788094d1cbfabd66eeeaff929a9662 /doc/install/kubernetes/preparation | |
parent | a95a923167f568ad4c5ec3f9424038fb797382f1 (diff) | |
download | gitlab-ce-ded2f4ef3c840f46b4264d44051b2baf95747a39.tar.gz |
Fix some 404 links into charts project
Diffstat (limited to 'doc/install/kubernetes/preparation')
-rw-r--r-- | doc/install/kubernetes/preparation/tiller.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/preparation/tiller.md b/doc/install/kubernetes/preparation/tiller.md index 00b0737402b..684df14ac2c 100644 --- a/doc/install/kubernetes/preparation/tiller.md +++ b/doc/install/kubernetes/preparation/tiller.md @@ -7,7 +7,7 @@ Helm consists of two parts, the `helm` client and a `tiller` server inside Kuber NOTE: **Note:** If you are not able to run Tiller in your cluster, for example on OpenShift, it -is possible to use [Tiller locally](https://gitlab.com/charts/gitlab/tree/master/doc/helm#local-tiller) +is possible to use [Tiller locally](https://docs.gitlab.com/charts/installation/tools.html#local-tiller) and avoid deploying it into the cluster. This should only be used when Tiller cannot be normally deployed. |