Merge pull request #14166 from nickwales/main

Typo fix
This commit is contained in:
trujillo-adam 2022-10-20 09:24:50 -07:00 committed by GitHub
commit 2765f58bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -79,8 +79,10 @@ The following Kubernetes resource annotations could be used on a pod to control
annotations: annotations:
"consul.hashicorp.com/connect-service-upstreams":"[service-name]:[port]:[optional datacenter]" "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
the upstream namespace after the service name. For additional details about configuring the injector, refer to - 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) . [Consul Enterprise Namespaces](#consul-enterprise-namespaces) .
```yaml ```yaml
annotations: annotations: