diff options
author | David Muckle <dmuc2005@aol.com> | 2017-11-25 02:18:27 +0000 |
---|---|---|
committer | David Muckle <dmuc2005@aol.com> | 2017-11-25 02:18:27 +0000 |
commit | 73397a3e6c87065de2e0031c6ecc997b31b9a804 (patch) | |
tree | beb4a632c045ba8d9627d3fdbef5b53c45e10220 /doc | |
parent | d199ecd452a3bfdc8ba7b4a0ae244a282c047c9f (diff) | |
download | gitlab-ce-73397a3e6c87065de2e0031c6ecc997b31b9a804.tar.gz |
Add in the Oxford comma
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/clusters/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index cf0c7c109a8..e2924c66e70 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -82,7 +82,7 @@ added directly to your configured cluster. Those applications are needed for | Application | GitLab version | Description | | ----------- | :------------: | ----------- | | [Helm Tiller](https://docs.helm.sh/) | 10.2+ | Helm is a package manager for Kubernetes and is required to install all the other applications. It will be automatically installed as a dependency when you try to install a different app. It is installed in its own pod inside the cluster which can run the `helm` CLI in a safe environment. | -| [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) | 10.2+ | Ingress can provide load balancing, SSL termination and name-based virtual hosting. It acts as a web proxy for your applications and is useful if you want to use [Auto DevOps](../../../topics/autodevops/index.md) or deploy your own web apps. | +| [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) | 10.2+ | Ingress can provide load balancing, SSL termination, and name-based virtual hosting. It acts as a web proxy for your applications and is useful if you want to use [Auto DevOps](../../../topics/autodevops/index.md) or deploy your own web apps. | ## Enabling or disabling the Cluster integration |