From b2218c295379f73edff315a9e7b379650d507a6d Mon Sep 17 00:00:00 2001 From: Helene Durand Date: Tue, 7 Jan 2025 09:24:28 +0100 Subject: [PATCH] DOC/MINOR: pod-maxconn annotation value in the example should be a string --- documentation/annotations.md | 2 +- documentation/doc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ```

:arrow_up_small: back to top

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