From 2d880cb3d3a02a333b361e0aee1135aedfef9488 Mon Sep 17 00:00:00 2001 From: Nick Wales <588472+nickwales@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:07:41 -0500 Subject: [PATCH] Typo fix --- website/content/docs/k8s/annotations-and-labels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/annotations-and-labels.mdx b/website/content/docs/k8s/annotations-and-labels.mdx index 1c45a12c57..62532ad988 100644 --- a/website/content/docs/k8s/annotations-and-labels.mdx +++ b/website/content/docs/k8s/annotations-and-labels.mdx @@ -79,7 +79,7 @@ The following Kubernetes resource annotations could be used on a pod to control annotations: "consul.hashicorp.com/connect-service-upstreams":"[service-name]:[port]:[optional datacenter]" ``` - - Namespace (requires Consul Enterprise 1.7+): Upstream services may be running in different a namespace. Place + - Namespace (requires Consul Enterprise 1.7+): Upstream services may be running in a different namespace. Place the upstream namespace after the service name. For additional details about configuring the injector, refer to [Consul Enterprise Namespaces](#consul-enterprise-namespaces) . ```yaml