Koenkk / zigbee2mqtt-chart

Helm Chart for Zigbee2MQTT
7 stars 7 forks source link

Fix/read only configs #5

Open aleksarias opened 2 months ago

aleksarias commented 2 months ago

Fixes issue #4 where chart is using a configmap to house z2m's configuration.yaml contents. This results in an uneditable file which breaks the z2m application. z2m requires an editable configuration.yaml. The fix uses an initialization container to copy the contents of the configmap into a file in the mounted storage volume.