Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Schlemm <capo@coder-nostra.org>2018-08-28 12:52:42 +0300
committerRémy Coutable <remy@rymai.me>2018-08-29 18:35:42 +0300
commit726407e8c0681123bbbe624c37ba857b28d8951b (patch)
tree785c16a03ce0e8f52f8043b3978b6673dbed37e3 /doc/install/kubernetes
parent15ac6eea0354e2413d20b898a35fe95e1ac6fb1e (diff)
fixed small typo
Diffstat (limited to 'doc/install/kubernetes')
-rw-r--r--doc/install/kubernetes/gitlab_chart.md2
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.