From f5ec74f0e1afeb3b7793b18b43bb8773d3e7883e Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Tue, 14 May 2019 08:54:22 -0700 Subject: [PATCH] docs: fixed spelling (#5840) Spelling: namepace/namespace. --- website/source/docs/platform/k8s/dns.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/dns.html.md b/website/source/docs/platform/k8s/dns.html.md index f655dcb0dd..1754d87fff 100644 --- a/website/source/docs/platform/k8s/dns.html.md +++ b/website/source/docs/platform/k8s/dns.html.md @@ -17,7 +17,7 @@ The stub-domain configuration must point to a static IP of a DNS resolver. The [Helm chart](/docs/platform/k8s/helm.html) creates a `consul-dns` service by default that exports Consul DNS. The cluster IP of this service can be used to configure a stub-domain with kube-dns. While the `kube-dns` configuration -lives in the `kube-system` namepace, the IP just has to be routable so the +lives in the `kube-system` namespace, the IP just has to be routable so the service can live in a different namespace. ```