Refactor configuration approach
Closed this issue · 1 comments
bmwilli commented
Originally this was all driven from command line arguments with jcommander. We have moved on to support environment variables, and the future should include a config file. Current approach to using jcommander for validation and usage is not working correctly. Default values messages will include environment variables values even if they are incorrect.
bmwilli commented
Upon further review the current configuration method works best when running in docker and Kubernetes