collector-sidecar icon indicating copy to clipboard operation
collector-sidecar copied to clipboard

Improve config parsing with built-in defaults

Open mpfz0r opened this issue 6 years ago • 0 comments

The current code relies on the fact that ucfg is using a non-strict yaml Unmarshal() which allows us to overload keys. This either needs a unit test, or a rewrite to something more robust.

mpfz0r avatar Jan 11 '19 10:01 mpfz0r