Skip to content

Commit 791603a

Browse files
hdurand0710oktalz
authored andcommitted
DOC/MINOR: pod-maxconn annotation value in the example should be a string
1 parent 4edfd8d commit 791603a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.aspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ allowed:
3232
- ssl
3333
- unix
3434
- parallelize
35+
- maxconn

documentation/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ Possible values:
10841084
Example:
10851085

10861086
```yaml
1087-
pod-maxconn: 30
1087+
pod-maxconn: "30"
10881088
```
10891089

10901090
<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
@@ -1187,7 +1187,7 @@ annotations:
11871187
- ingress
11881188
- configmap
11891189
version_min: "1.4"
1190-
example: ["pod-maxconn: 30"]
1190+
example: ['pod-maxconn: "30"']
11911191
- title: proxy-protocol
11921192
type: IPs or CIDRs
11931193
group: proxy-protocol

0 commit comments

Comments
 (0)