I think it would be a good idea to allow certain parameters (e.g., namespace, context) to be specified dynamically via an input file. Propose adding optional parameters like namespace_file that, if provided, would set the namespace variable to the contents of that file.
This would allow for environments where namespaces aren't fixed and are more dynamic. For example, deploying a branch or PR to its own namespace for testing.
I think it would be a good idea to allow certain parameters (e.g.,
namespace
,context
) to be specified dynamically via an input file. Propose adding optional parameters likenamespace_file
that, if provided, would set the namespace variable to the contents of that file.This would allow for environments where namespaces aren't fixed and are more dynamic. For example, deploying a branch or PR to its own namespace for testing.