Skip to content

Commit

Permalink
test-CI: Simple modification to test the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Feb 14, 2024
1 parent 8f12a3d commit e778ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/sonataflow_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e778ab2

Please sign in to comment.