mirror of
https://github.com/rancher/steve.git
synced 2025-09-01 07:27:46 +00:00
Fix change events
This commit is contained in:
@@ -50,7 +50,7 @@ func NewFactory(cfg *rest.Config, impersonate bool) (*Factory, error) {
|
||||
}
|
||||
})
|
||||
|
||||
watchClientCfg := rest.CopyConfig(cfg)
|
||||
watchClientCfg := rest.CopyConfig(clientCfg)
|
||||
watchClientCfg.Timeout = 30 * time.Minute
|
||||
|
||||
md, err := metadata.NewForConfig(cfg)
|
||||
|
Reference in New Issue
Block a user