Skip to content

Commit

Permalink
re-add service
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Nov 13, 2024
1 parent b9e1c10 commit be6d2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/reconciler/integration/sink/integrationsink.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ func (r *Reconciler) ReconcileKind(ctx context.Context, sink *sinks.IntegrationS
return err
}

//if err := r.reconcileService(ctx, sink); err != nil {
// logging.FromContext(ctx).Errorw("Error reconciling Service", zap.Error(err))
// return err
//}
if err := r.reconcileService(ctx, sink); err != nil {
logging.FromContext(ctx).Errorw("Error reconciling Service", zap.Error(err))
return err
}

if err := r.reconcileAddress(ctx, sink); err != nil {
return fmt.Errorf("failed to reconcile address: %w", err)
Expand Down

0 comments on commit be6d2a3

Please sign in to comment.