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 de3ff12 commit bcf52b9
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 @@ -108,7 +108,7 @@ The following Kubernetes resource annotations could be used on a pod to control
"consul.hashicorp.com/connect-service-upstreams":"[service-name].[service-namespace].[service-partition]:[port]:[optional datacenter]"
```
- Prepared queries: To configure a [prepared query](/consul/api-docs/query) in an upstream annotation, prepend the annotation
- Prepared queries: To reference a [prepared query](/consul/api-docs/query) in an upstream annotation, prepend the annotation
with `prepared_query` and then invoke the name of the query.

```yaml
Expand Down

0 comments on commit bcf52b9

Please sign in to comment.