From c969135b4be33c5f86e3a2dad68714024f6ea6b8 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Tue, 19 Mar 2024 15:30:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20missing=20quotations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/values.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index fa70b7f..e44c2f2 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -168,7 +168,7 @@ controller: proxy-buffer-size: "16k" proxy-body-size: "50m" keepalive: ${keepalive} - proxy-buffering: ${proxy_response_buffering} + proxy-buffering: "${proxy_response_buffering}" %{ if enable_latest_tls } ssl-protocols: "TLSv1.2 TLSv1.3"