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.
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.