From 95c8af473f28d0e91487bcf4cb5fe2ee90dba463 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sat, 15 Jan 2022 02:53:53 +0530 Subject: [PATCH] chore(vars): comments update Signed-off-by: Rajesh Rajendran --- scripts/helm/helm/vars.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/helm/helm/vars.yaml b/scripts/helm/helm/vars.yaml index 73028ee8f..f15033aa3 100644 --- a/scripts/helm/helm/vars.yaml +++ b/scripts/helm/helm/vars.yaml @@ -9,7 +9,13 @@ postgresql: &postgres postgresqlUser: "postgres" postgresqlDatabase: "postgres" +clickhouse: {} + # For enterpriseEdition + # enabled: true + kafka: &kafka + # For enterpriseEdition + # enabled: true kafkaHost: "kafka.db.svc.cluster.local" kafkaPort: "9092" kafkaUseSsl: "false" @@ -21,7 +27,7 @@ redis: &redis minio: global: minio: - # For genrating psswords + # For generating passwords # `openssl rand -hex 20` accessKey: "changeMeMinioAccessKey" secretKey: "changeMeMinioPassword"