diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-08-17 17:07:53 -0400 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-08-20 17:56:37 +0200 |
commit | 6ba57ec1bb262612e0a1805abcd8c11917386ad2 (patch) | |
tree | 1bdfea63f76d27466e40853d0f56b94d3e8973a9 | |
parent | ad0474ba328b68f0d6c90a67ac967601bf04d2e7 (diff) | |
download | gitlab-ce-6ba57ec1bb262612e0a1805abcd8c11917386ad2.tar.gz |
Minor wording update
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index fa189dc0a43..f630bfb726c 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -26,7 +26,7 @@ Some features of GitLab are not currently available: Getting started with GitLab in Kubernetes is quick and easy. The `gitlab` chart includes all required dependencies, and takes just a few minutes to deploy. -TIP: **Tip:** For production deployments, we strongly recommend using the [advanced installation instructions](https://gitlab.com/charts/gitlab/blob/master/doc/installation/README.md) and utilizing [external Postgres, Redis, and object storage](https://gitlab.com/charts/gitlab/tree/master/doc/advanced) services. +TIP: **Tip:** For production deployments, we strongly recommend using the [detailed installation instructions](https://gitlab.com/charts/gitlab/blob/master/doc/installation/README.md) utilizing [external Postgres, Redis, and object storage](https://gitlab.com/charts/gitlab/tree/master/doc/advanced) services. ### Prerequisites |