fabric-test icon indicating copy to clipboard operation
fabric-test copied to clipboard

Self Contain the Operator Tooling

Open lindluni opened this issue 4 years ago • 0 comments

The Operator tooling today reads in a config file, parses it, then writes it to a common location on disk. This should instead be changed such that the config file is parsed in a single location and the config object is instead passed through the call stack.

This will enable support for #265.

lindluni avatar Jan 25 '21 15:01 lindluni