I am using Apache Storm Helm Chart https://github.com/G-Research/charts.
When the chart is installed, and connect to nimbus, conf/storm.yaml is not replaced with the one coming from config map, cf. https://github.com/G-Research/charts/blob/master/storm/templates/configmap.yaml#L10, created using config from values.yaml. When printed, we have the default storm.yaml packaged with Apache Storm.
Any idea how to have conf/storm.yaml same as the one configured in configmap?