Skip to content

Commit

Permalink
docs: update kong/kong自定义默error html.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ss75710541 committed Jul 27, 2023
1 parent 6b1b572 commit 28ba771
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kong/kong自定义默error html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28ba771

Please sign in to comment.