diff --git a/internal/ingress/controller/nginx.go b/internal/ingress/controller/nginx.go index 398f188d1..8a89ba181 100644 --- a/internal/ingress/controller/nginx.go +++ b/internal/ingress/controller/nginx.go @@ -204,7 +204,7 @@ func NewNGINXController(config *Configuration, mc metric.Collector) *NGINXContro for _, f := range filesToWatch { f := f _, err = file.NewFileWatcher(f, func() { - klog.InfoS("File changed detected. Reloading NGINX", "path", f) + klog.InfoS("File change detected. Reloading NGINX", "path", f) n.syncQueue.EnqueueTask(task.GetDummyObject("file-change")) }) if err != nil {