diff --git a/pkg/controller/template/template_controller.go b/pkg/controller/template/template_controller.go index 41ad75b974..edd38496e8 100644 --- a/pkg/controller/template/template_controller.go +++ b/pkg/controller/template/template_controller.go @@ -403,6 +403,9 @@ func (ctrl *Controller) syncControllerConfig(key string) error { if err := ctrl.syncRunningStatus(cfg); err != nil { return err } + } else { + glog.V(2).Info("ControllerConfig didn't change, skipping templates sync") + return nil } var pullSecretRaw []byte