From 3d30894b2d3c98a2449324743a17219eb451d9d5 Mon Sep 17 00:00:00 2001 From: TheRealNoob Date: Mon, 1 Apr 2024 09:54:51 -0700 Subject: [PATCH] Update charts/ingress-nginx/values.yaml Co-authored-by: Marco Ebert --- charts/ingress-nginx/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 81879696f..f0e5ba312 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -45,7 +45,8 @@ controller: containerPort: http: 80 https: 443 - # -- Will add custom configuration options to Nginx (passed through tpl) https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ + # -- Global configuration passed to the ConfigMap consumed by the controller. Values may contain Helm templates. + # Ref.: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ config: {} # -- Annotations to be added to the controller config configuration configmap. configAnnotations: {}