| [~peter.braun] I was checking the old code and it seemed a bit weird to call "watch" a million times. I thought calling {{ events, err := k8client.CoreV1().Secrets(os.Getenv(NamespaceKey)).Watch(metav1.ListOptions{}) }} starts the watch and that's enough. Isn't it unnecessary to call this method too many times? |
|