diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-09-30 13:48:35 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-09-30 13:48:35 -0400 |
commit | 2420ff749f8844b5b81cb67a55e3b488769a9842 (patch) | |
tree | 54ce50bf0bf663c006d0d0514e48d113aa640078 /doc/install | |
parent | 1c46d27d9e2a15b483b3bdafdc81f292886f4fd9 (diff) | |
download | gitlab-ce-2420ff749f8844b5b81cb67a55e3b488769a9842.tar.gz |
minor cleanup
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/kubernetes/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md index e79b8b2d759..90b9e98455a 100644 --- a/doc/install/kubernetes/index.md +++ b/doc/install/kubernetes/index.md @@ -10,7 +10,7 @@ should be deployed, upgraded, and configured. ## Chart Overview * **[GitLab-Omnibus](gitlab_omnibus.md)**: The best way to run GitLab on Kubernetes today. It is suited for small to medium deployments, and is in beta while support for backups and other features are added. -* **[Cloud Native Charts](https://gitlab.com/charts/helm.gitlab.io/blob/master/README.md)**: The next generation of charts, currently in development. Will support large deployments, with horizontal scaling of individual GitLab components. +* **[Cloud Native GitLab Chart](https://gitlab.com/charts/helm.gitlab.io/blob/master/README.md)**: The next generation of charts, currently in development. Will support large deployments, with horizontal scaling of individual GitLab components. * Other Charts * [GitLab Runner Chart](gitlab_runner_chart.md): For deploying just the GitLab Runner. * [Advanced GitLab Installation](gitlab_chart.md): Provides additional deployment options, but provides less functionality out-of-the-box. It's beta, no longer actively developed, and will be deprecated by [gitlab-omnibus](#gitlab-omnibus-chart-recommended) once it supports these options. |