mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
fix: fix interrupt proxy mode but not rollout deploy bug
This commit is contained in:
@@ -47,8 +47,7 @@ func (l *ProxyList) Remove(ns, workload string) {
|
||||
}
|
||||
}
|
||||
|
||||
func (l *ProxyList) Add(managerNamespace string, proxy *Proxy) {
|
||||
go proxy.portMapper.Run(managerNamespace)
|
||||
func (l *ProxyList) Add(proxy *Proxy) {
|
||||
*l = append(*l, proxy)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user