From e778ab2926d6ea222d9b581cb56dfcb77469750e Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Wed, 14 Feb 2024 09:12:13 +0100 Subject: [PATCH] test-CI: Simple modification to test the CI --- controllers/sonataflow_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/sonataflow_controller.go b/controllers/sonataflow_controller.go index e635f3b3d..6367d18a8 100644 --- a/controllers/sonataflow_controller.go +++ b/controllers/sonataflow_controller.go @@ -74,7 +74,7 @@ func (r *SonataFlowReconciler) Reconcile(ctx context.Context, req ctrl.Request) if ok, err := platform.IsOperatorAllowedOnNamespace(ctx, r.Client, req.Namespace); err != nil { return reconcile.Result{}, err } else if !ok { - klog.V(log.I).InfoS("Ignoring request because the operator hasn't got the permissions to work on namespace", "namespace", req.Namespace) + klog.V(log.I).InfoS("Simple modification here to test the CI build Ignoring request because the operator hasn't got the permissions to work on namespace", "namespace", req.Namespace) return reconcile.Result{}, nil }