From 6b31fa6e22801911a2c77b6bd67e3d51b933756c Mon Sep 17 00:00:00 2001 From: Ryan Belgrave Date: Thu, 23 Jan 2025 10:43:33 -0600 Subject: [PATCH] Update README.md (#164) * Update README.md * Update README.md --- charts/warpstream-agent/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/warpstream-agent/README.md b/charts/warpstream-agent/README.md index a82e1d6..84bc23f 100644 --- a/charts/warpstream-agent/README.md +++ b/charts/warpstream-agent/README.md @@ -122,7 +122,8 @@ The stateless nature of the WarpStream agents allows them to be deployed behind Update your Helm chart configuration with these parameters: ```yaml -service: +kafkaService: + enabled: true type: LoadBalancer extraEnv: @@ -138,7 +139,8 @@ If your load balancer is exposed to the internet, enabling authentication on the Enable authentication by setting the `WARPSTREAM_REQUIRE_AUTHENTICATION` variable: ```yaml -service: +kafkaService: + enabled: true type: LoadBalancer extraEnv: