chore(helm): Proper commenting
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
775fa9944d
commit
95b8e9656f
1 changed files with 6 additions and 3 deletions
|
|
@ -17,10 +17,12 @@ postgresql: &postgres
|
|||
# asdf
|
||||
# cpu: 2
|
||||
|
||||
connector: &connector # For enterpriseEdition
|
||||
# For enterpriseEdition
|
||||
connector: &connector
|
||||
enabled: false
|
||||
|
||||
clickhouse: &clickhouse # For enterpriseEdition
|
||||
# For enterpriseEdition
|
||||
clickhouse: &clickhouse
|
||||
enabled: false
|
||||
chHost: clickhouse-openreplay-clickhouse.db.svc.cluster.local
|
||||
username: default
|
||||
|
|
@ -28,7 +30,8 @@ clickhouse: &clickhouse # For enterpriseEdition
|
|||
service:
|
||||
webPort: 9000
|
||||
|
||||
quickwit: &quickwit # For enterpriseEdition
|
||||
# For enterpriseEdition
|
||||
quickwit: &quickwit
|
||||
enabled: false
|
||||
|
||||
kafka: &kafka
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue