fix(helm): yq merge
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
1b23b179d6
commit
7d796271b0
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue