vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
883 stars 252 forks source link

Fix bug where viper values were read before ready #98

Closed johnSchnake closed 4 years ago

johnSchnake commented 4 years ago

The init() method is invoked before viper has actually parsed the values in the flags/configs. Delay this until getting an EventRouter to have the value available.

Fixes #89

Signed-off-by: John Schnake jschnake@vmware.com