hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
117 stars 110 forks source link

Customizing rest monitor config in chart disregards the server list in default values #8657

Closed xin-hedera closed 4 days ago

xin-hedera commented 4 days ago

Description

Setting rest monitor config without copying the servers list will lose the default as set in the chart's values file. Instead we should support merging custom configs with the default in the chart.

Steps to reproduce

Set a custom value for monitor.config, and run helm template -s templates/monitor/secret.yaml --set monitor.config="..." hedera-mirror-rest

Additional context

No response

Hedera network

other

Version

v0.107.2

Operating system

None