The operator runner allows for multiple apps using subsequent/concurrent Run calls, but will have issues setting up multiple apps if they both use webhooks for admission or conversion, as it still tries to set up multiple runners for the same webhook server. We should both make Run safe for concurrent calls and allow for the webhook server to be run as a singleton.
The operator runner allows for multiple apps using subsequent/concurrent
Runcalls, but will have issues setting up multiple apps if they both use webhooks for admission or conversion, as it still tries to set up multiple runners for the same webhook server. We should both makeRunsafe for concurrent calls and allow for the webhook server to be run as a singleton.