Skip to content

Commit b2218c2

Browse files
committed
DOC/MINOR: pod-maxconn annotation value in the example should be a string
1 parent a674386 commit b2218c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ Possible values:
10511051
Example:
10521052

10531053
```yaml
1054-
pod-maxconn: 30
1054+
pod-maxconn: "30"
10551055
```
10561056

10571057
<p align='right'><a href='#available-annotations'>:arrow_up_small: back to top</a></p>

documentation/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ annotations:
11521152
- ingress
11531153
- configmap
11541154
version_min: "1.4"
1155-
example: ["pod-maxconn: 30"]
1155+
example: ['pod-maxconn: "30"']
11561156
- title: proxy-protocol
11571157
type: IPs or CIDRs
11581158
group: proxy-protocol

0 commit comments

Comments
 (0)