cert-operator
cert-operator copied to clipboard
Fixes 54: Verifies that configuration files exist before trying to lo…
If configuration file is missing, the operator would fail to start with error that kind '' is not valid. This fixes the situation and will load the default configuration if no file is present.
This issue is due do an issue in micro/go-config: https://github.com/micro/go-config/issues/99
@etsauer , can you take a look into this before #51 ?
@etsauer , can we take a look at this as without this, we can't build the cert-operator?