Ensure the in-memory state of a must-gather/inspect's path and project are consistent with the context being used, regardless of wether the context is new.
Fixes #171
As I don't have the full context on the use of the global variables in the vars package, I advise reviewing if updating vars.Namespace has any impact elsewhere.
Ensure the in-memory state of a must-gather/inspect's path and project are consistent with the context being used, regardless of wether the context is new.
Fixes #171
As I don't have the full context on the use of the global variables in the
vars
package, I advise reviewing if updatingvars.Namespace
has any impact elsewhere.Unit tests are provided.