Skip to content

Commit

Permalink
chore: wip\
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbraymok committed Jan 1, 2025
1 parent ff8416b commit fdc320f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
2 changes: 0 additions & 2 deletions autoscaler/controllers/source_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ func (r *SourceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr

err := gateway.Sync(ctx, r.Client, r.Scheme, r.ImagePullSecrets, r.OdigosVersion, r.Config)
if err != nil {
logger.Error(err, "Failed to sync gateway configuration")
return ctrl.Result{}, err
}

logger.V(1).Info("Successfully synced gateway configuration for Source", "Source", req.NamespacedName)
return ctrl.Result{}, nil
}

Expand Down
54 changes: 0 additions & 54 deletions collector/processors/odigosroutingfilterprocessor/README.md

This file was deleted.

0 comments on commit fdc320f

Please sign in to comment.