chore(helm): Enabling redis string for helm template variable (#1159)

fix #1158

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-04-13 10:10:20 +02:00 committed by rjshrjndrn
parent bf546e8e3a
commit cb64fcb3f0

View file

@ -50,7 +50,7 @@ kafka: &kafka
# value: "3000000"
redis: &redis
# enabled: false
enabled: true
redisHost: "redis-master.db.svc.cluster.local"
redisPort: "6379"