From 20aacb9ea79bd889c1c845ac23de9e219c3229f6 Mon Sep 17 00:00:00 2001 From: Nico Rutishauser <4671020+nicoruti@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:40:08 +0200 Subject: [PATCH] Remove (wrong) double negation (#736) Disable advertise means noAdvertise = true --- helm/charts/nats/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/nats/README.md b/helm/charts/nats/README.md index 5c8aed20..14e0ec2e 100644 --- a/helm/charts/nats/README.md +++ b/helm/charts/nats/README.md @@ -246,7 +246,7 @@ bootconfig: ### Using LoadBalancers -In case of using a load balancer for external access, it is recommended to disable no advertise +In case of using a load balancer for external access, it is recommended to disable advertise so that internal ips from the NATS Servers are not advertised to the clients connecting through the load balancer.