Skip to content

Commit a48a509

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ Possible values:
10531053
Example:
10541054

10551055
```yaml
1056-
pod-maxconn: 30
1056+
pod-maxconn: "30"
10571057
```
10581058

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

documentation/doc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ annotations:
11601160
- ingress
11611161
- configmap
11621162
version_min: "1.4"
1163-
example: ["pod-maxconn: 30"]
1163+
example: ['pod-maxconn: "30"']
11641164
- title: proxy-protocol
11651165
type: IPs or CIDRs
11661166
group: proxy-protocol

0 commit comments

Comments
 (0)