conf/storm.yaml is not populated with values coming from config map

25 Views Asked by At

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?

0

There are 0 best solutions below