Add lavaSettings value to pass configuration YAML to lava-server
For example:
lavaSettings:
DEBUG: true
This will enable the debug mode for django. The lavaSettings
object will be converted to a YAML string and mounted on top of
/etc/lava-server/settings.yaml
which lava-server reads when
starting.
This is compatible with existing /etc/lava-server
volume.