diff --git a/pkg/conduit/runtime.go b/pkg/conduit/runtime.go index 1cde93e86..f2e19b68d 100644 --- a/pkg/conduit/runtime.go +++ b/pkg/conduit/runtime.go @@ -143,6 +143,7 @@ func NewRuntime(cfg Config) (*Runtime, error) { DB: db, Orchestrator: orc, ProvisionService: provisionService, + Ready: make(chan struct{}), pipelineService: plService, connectorService: connService,