fix: resolve finalize is not working in some cases
This commit is contained in:
@@ -15,9 +15,7 @@ import (
|
||||
"k8s.io/apimachinery/pkg/watch"
|
||||
)
|
||||
|
||||
func (crd Crd) watchFlinkJobs() rxgo.Observable {
|
||||
|
||||
ch := make(chan rxgo.Item)
|
||||
func (crd Crd) watchFlinkJobs(ch chan rxgo.Item) rxgo.Observable {
|
||||
|
||||
go func() {
|
||||
pkg.Logger.Debug("[crd] starting watch")
|
||||
|
||||
Reference in New Issue
Block a user