chore(vars): comments update

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-15 02:53:53 +05:30
parent 5d1d643646
commit 95c8af473f

View file

@ -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"