We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dded2 commit a48a509Copy full SHA for a48a509
documentation/annotations.md
@@ -1053,7 +1053,7 @@ Possible values:
1053
Example:
1054
1055
```yaml
1056
-pod-maxconn: 30
+pod-maxconn: "30"
1057
```
1058
1059
<p align='right'><a href='#available-annotations'>:arrow_up_small: back to top</a></p>
documentation/doc.yaml
@@ -1160,7 +1160,7 @@ annotations:
1160
- ingress
1161
- configmap
1162
version_min: "1.4"
1163
- example: ["pod-maxconn: 30"]
+ example: ['pod-maxconn: "30"']
1164
- title: proxy-protocol
1165
type: IPs or CIDRs
1166
group: proxy-protocol
0 commit comments