Skip to content

Commit

Permalink
DOC/MINOR: pod-maxconn annotation value in the example should be a st…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
hdurand0710 committed Jan 7, 2025
1 parent a674386 commit b2218c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ Possible values:
Example:

```yaml
pod-maxconn: 30
pod-maxconn: "30"
```

<p align='right'><a href='#available-annotations'>:arrow_up_small: back to top</a></p>
Expand Down
2 changes: 1 addition & 1 deletion documentation/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ annotations:
- ingress
- configmap
version_min: "1.4"
example: ["pod-maxconn: 30"]
example: ['pod-maxconn: "30"']
- title: proxy-protocol
type: IPs or CIDRs
group: proxy-protocol
Expand Down

0 comments on commit b2218c2

Please sign in to comment.