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
Frequently users would like to be able to create deployments from pull-requests, or arbitrary branches that are not mainline code. In order to support these non-release deployment use cases, we propose that these ad-hoc deployments create subordinate namespaces (ad-hoc namespaces) and publish their deployment there.
For example, consider a pull request, upon commenting on the PR with something like nelson deploy, Nelson could get a callback webhook and then derive metadata about that PR (e.g. its name, id etc) and create a namespace dev/adhoc/yourproject-193, then launching the stack into this namespace.
The text was updated successfully, but these errors were encountered:
Frequently users would like to be able to create deployments from pull-requests, or arbitrary branches that are not mainline code. In order to support these non-release deployment use cases, we propose that these ad-hoc deployments create subordinate namespaces (ad-hoc namespaces) and publish their deployment there.
For example, consider a pull request, upon commenting on the PR with something like
nelson deploy
, Nelson could get a callback webhook and then derive metadata about that PR (e.g. its name, id etc) and create a namespacedev/adhoc/yourproject-193
, then launching the stack into this namespace.The text was updated successfully, but these errors were encountered: