mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
[FIX]Fix etcd connection in define resource
This commit is contained in:
parent
a69933088c
commit
8088fada79
@ -86,7 +86,6 @@ func CreateManager(conf option.Config) (*ServiceAction, error) {
|
||||
logrus.Errorf("create etcd client v3 error, %v", err)
|
||||
return nil, err
|
||||
}
|
||||
defer etcdCli.Close()
|
||||
return &ServiceAction{
|
||||
MQClient: mqClient,
|
||||
KubeClient: kubeClient,
|
||||
|
Loading…
Reference in New Issue
Block a user