This commit is contained in:
sabban 2022-05-20 11:55:50 +02:00
parent ae2767c8a2
commit 54ebaeb412

View file

@ -33,10 +33,6 @@ func initAPIServer(cConfig *csconfig.Config) (*apiserver.APIServer, error) {
return nil, errors.Wrap(err, "unable to run local API")
}
log.Info("initiated plugin broker")
apiserver := &apiserver.APIServer{
URL: "",
TLS: &csconfig.TLSCfg{},
}
apiServer.AttachPluginBroker(&pluginBroker)
}