From e9c90683427294f764d7ae0dca988f819ed70bb3 Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Thu, 11 Jun 2020 21:30:26 -0300 Subject: [PATCH] Fix controller.publishService.enabled on README --- charts/ingress-nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index 2a72212e8..57032006b 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -95,7 +95,7 @@ Parameter | Description | Default `controller.resources` | controller pod resource requests & limits | `{}` `controller.priorityClassName` | controller priorityClassName | `nil` `controller.lifecycle` | controller pod lifecycle hooks | `{}` -`controller.publishService.enabled` | if true, the controller will set the endpoint records on the ingress objects to reflect those on the service | `false` +`controller.publishService.enabled` | if true, the controller will set the endpoint records on the ingress objects to reflect those on the service | `true` `controller.publishService.pathOverride` | override of the default publish-service name | `""` `controller.service.annotations` | annotations for controller service | `{}` `controller.service.labels` | labels for controller service | `{}`