From 774129bc5a32f7f65b4d4ffcc869a4f7d656aa2f Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Mon, 10 Nov 2025 16:45:59 +0800 Subject: [PATCH] Update pre-requirements with underscores in headers info --- docs/en/get-started/pre-requirements.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/get-started/pre-requirements.md b/docs/en/get-started/pre-requirements.md index 2a53073c33..8aad4818ab 100644 --- a/docs/en/get-started/pre-requirements.md +++ b/docs/en/get-started/pre-requirements.md @@ -113,7 +113,6 @@ helm upgrade --install --version=4.0.19 ingress-nginx ingress-nginx/ingress-ngin > [enable-underscores-in-headers](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#enable-underscores-in-headers) is required to allow http request use `__tenant` to pass tenant information to the backend service. - ### mkcert Use mkcert to generate trusted certificates for local development. You can install mkcert by following the [official mkcert installation guide](https://github.com/FiloSottile/mkcert#installation).