diff options
author | Nikolaus Schlemm <capo@coder-nostra.org> | 2018-08-28 09:52:42 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-29 17:35:42 +0200 |
commit | 726407e8c0681123bbbe624c37ba857b28d8951b (patch) | |
tree | 785c16a03ce0e8f52f8043b3978b6673dbed37e3 | |
parent | 15ac6eea0354e2413d20b898a35fe95e1ac6fb1e (diff) | |
download | gitlab-ce-726407e8c0681123bbbe624c37ba857b28d8951b.tar.gz |
fixed small typo
-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. |