fix(helm): yq merge

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-05-31 13:55:38 +02:00
parent 1b23b179d6
commit 7d796271b0

View file

@ -17,18 +17,20 @@ 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
password: ""
service:
webPort: 9000
quickwit: &quickwit # For enterpriseEdition
# For enterpriseEdition
quickwit: &quickwit
enabled: false
kafka: &kafka