From 28ba7713d30b651a528099879df362bb68d413a5 Mon Sep 17 00:00:00 2001 From: ss75710541 <75710541@qq.com> Date: Thu, 27 Jul 2023 19:37:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20kong/kong=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=BB=98error=20html.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...207\252\345\256\232\344\271\211\351\273\230error html.md" | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git "a/kong/kong\350\207\252\345\256\232\344\271\211\351\273\230error html.md" "b/kong/kong\350\207\252\345\256\232\344\271\211\351\273\230error html.md" index 614398e..5e63f19 100644 --- "a/kong/kong\350\207\252\345\256\232\344\271\211\351\273\230error html.md" +++ "b/kong/kong\350\207\252\345\256\232\344\271\211\351\273\230error html.md" @@ -45,12 +45,11 @@ kubectl create configmap error-template-html --from-file=error_template.html -n ```yaml env: ... - error_template_html: "/kong_prefix/proxy_temp/error_template.html" + error_template_html: "/kong_prefix/error_template/error_template.html" ... extraConfigMaps: - name: error-template-html - mountPath: /kong_prefix/proxy_temp/error_template.html - subPath: error_template.html + mountPath: /kong_prefix/error_template ``` ### 更新helm