Skip to content

Commit 4a94726

Browse files
authored
Docs: Update link to values.yaml. (#12947)
1 parent 9d22a58 commit 4a94726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/customization/jwt/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In nginx, we want to modify the property `proxy-buffer-size`. The size is arbitr
2222
that a high value can lower the performance of your ingress proxy. In general a value of 16k should get you covered.
2323

2424
### Using helm
25-
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).
25+
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).
2626
```yaml
2727
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
2828
config:
@@ -45,4 +45,4 @@ data:
4545
```
4646

4747
References:
48-
* [Custom Configuration](../custom-configuration/)
48+
* [Custom Configuration](../custom-configuration/)

0 commit comments

Comments
 (0)