From 789e0362ea51e16d16b65ef1b75aa8e082ecd019 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Sat, 4 Dec 2021 02:31:23 +0100 Subject: [PATCH] feat(workers): fixed KAFKA_USE_SSL --- scripts/helm/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/vars.yaml b/scripts/helm/vars.yaml index fd7630965..5941894be 100644 --- a/scripts/helm/vars.yaml +++ b/scripts/helm/vars.yaml @@ -94,7 +94,7 @@ assets_bucket: sessions-assets recordings_bucket: mobs sourcemaps_bucket: sourcemaps kafka_endpoint: kafka.db.svc.cluster.local:9042 -kafka_ssl: false +kafka_ssl: 'false' postgres_endpoint: postgresql.db.svc.cluster.local postgres_port: 5432 postgres_db_name: postgres