From 06109651305147087ad7fa60588a42195bb4c1df Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Thu, 13 Apr 2023 10:10:20 +0200 Subject: [PATCH] chore(helm): Enabling redis string for helm template variable (#1159) fix #1158 Signed-off-by: rjshrjndrn --- scripts/helmcharts/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index ef6217bd3..4638c7dad 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -50,7 +50,7 @@ kafka: &kafka # value: "3000000" redis: &redis - # enabled: false + enabled: true redisHost: "redis-master.db.svc.cluster.local" redisPort: "6379"