From a24a0055b136a3c52850d2b5278e26d6b389d46c Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Sun, 9 Mar 2025 09:03:45 -0700 Subject: [PATCH] Docs: Update link to `values.yaml`. (#12960) Co-authored-by: Daniel Hill --- docs/examples/customization/jwt/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/customization/jwt/README.md b/docs/examples/customization/jwt/README.md index a751ccb7b..1fd1ee00f 100644 --- a/docs/examples/customization/jwt/README.md +++ b/docs/examples/customization/jwt/README.md @@ -22,7 +22,7 @@ In nginx, we want to modify the property `proxy-buffer-size`. The size is arbitr that a high value can lower the performance of your ingress proxy. In general a value of 16k should get you covered. ### Using helm -If you're using helm you can simply use the [`config` properties](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L37). +If you're using helm you can simply use the [`config` properties](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L56). ```yaml # -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ config: @@ -45,4 +45,4 @@ data: ``` References: - * [Custom Configuration](../custom-configuration/) \ No newline at end of file + * [Custom Configuration](../custom-configuration/)