diff --git a/documentation/annotations.md b/documentation/annotations.md index 441731c3..46127f00 100644 --- a/documentation/annotations.md +++ b/documentation/annotations.md @@ -1051,7 +1051,7 @@ Possible values: Example: ```yaml -pod-maxconn: 30 +pod-maxconn: "30" ```
diff --git a/documentation/doc.yaml b/documentation/doc.yaml index 48874c30..ef758242 100644 --- a/documentation/doc.yaml +++ b/documentation/doc.yaml @@ -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