diff options
author | Adam John <aj@sterlingsolved.com> | 2018-09-01 23:00:30 +0000 |
---|---|---|
committer | Adam John <aj@sterlingsolved.com> | 2018-09-01 23:00:30 +0000 |
commit | 8609f72216a97b75ded35f2ba6736455257fca71 (patch) | |
tree | 7a2653665a5212ffae471c0f0374dd4aeac68c22 | |
parent | ba99dfcde262c91e33b5bf7f86ba7c0e3b6f7e52 (diff) | |
download | gitlab-ce-8609f72216a97b75ded35f2ba6736455257fca71.tar.gz |
Update gitlab_chart.md to fix example domain spelling missing "l"
-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 5a6f26319c7..0e9614a2de5 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -52,7 +52,7 @@ In order to deploy GitLab on Kubernetes, the following are required: To deploy GitLab, the following three parameters are required: - `global.hosts.domain`: the [base domain](preparation/networking.md) of the - wildcard host entry. For example, `exampe.com` if the wild card entry is + wildcard host entry. For example, `example.com` if the wild card entry is `*.example.com`. - `global.hosts.externalIP`: the [external IP](preparation/networking.md) which the wildcard DNS resolves to. |