diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-06-21 15:05:33 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2018-06-21 15:05:33 -0400 |
commit | 3bfbe1fed8eed66e869bfd1d1f444395467f428d (patch) | |
tree | 9b66ba3d86a0d352efaae4358552e74ee57c235e /doc | |
parent | e3a1b825f4c787e2fb29f852c530138347014d31 (diff) | |
download | gitlab-ce-3bfbe1fed8eed66e869bfd1d1f444395467f428d.tar.gz |
Minor polish
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/kubernetes/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md index b1cecf46697..6419a9dcb69 100644 --- a/doc/install/kubernetes/index.md +++ b/doc/install/kubernetes/index.md @@ -14,7 +14,7 @@ should be deployed, upgraded, and configured. ## Chart Overview -* **[GitLab Chart](https://gitlab.com/charts/gitlab/blob/master/README.md)**: The recommended GitLab chart, currently in beta. Support large deployments with horizontal scaling of individual GitLab components, and does not require NFS. +* **[GitLab Chart](gitlab_chart.html)**: The recommended GitLab chart, currently in beta. Supports large deployments with horizontal scaling of individual GitLab components, and does not require NFS. * **[GitLab Runner Chart](gitlab_runner_chart.md)**: For deploying just the GitLab Runner. * Other Charts * [GitLab-Omnibus](gitlab_omnibus.md): Chart based on the Omnibus GitLab linux package, only suitable for small deployments. The chart will be deprecated by the [GitLab chart](#gitlab-chart) when it is GA. @@ -26,7 +26,7 @@ should be deployed, upgraded, and configured. The best way to operate GitLab on Kubernetes. This chart contains all the required components to get started, and can scale to large deployments. -This chart includes a number of benefits: +This chart offers a number of benefits: * Horizontal scaling of individual components * No requirement for shared storage to scale * Containers do not need `root` permissions |