You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: