Skip to content

Commit

Permalink
Update website/content/docs/k8s/annotations-and-labels.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Kirschner <[email protected]>
  • Loading branch information
boruszak and jkirschner-hashicorp authored May 12, 2023
1 parent c0b10aa commit 10f6c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/k8s/annotations-and-labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The following Kubernetes resource annotations could be used on a pod to control
"consul.hashicorp.com/connect-service-upstreams":"[service-name].svc.[service-namespace].ns:[port]"
```

When namespaces are enabled, you must include the namespace in the annotation before specifying a peer, datacenter, or admin partition.
When namespaces are enabled, you must include the namespace in the annotation before specifying a cluster peer, WAN federated datacenter, or admin partition in the same datacenter.

```yaml
annotations:
Expand Down

0 comments on commit 10f6c5d

Please sign in to comment.