Skip to content

Commit

Permalink
Update controller fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
josecsotomorales committed Nov 5, 2024
1 parent 024e9d4 commit 1032019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/sparkapplication/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (r *Reconciler) reconcileNewSparkApplication(ctx context.Context, req ctrl.
return nil
}
app := old.DeepCopy()

// Check if driver pod still exists
driverPodName := util.GetDriverPodName(app)
driverPod := &corev1.Pod{}
Expand All @@ -278,7 +278,7 @@ func (r *Reconciler) reconcileNewSparkApplication(ctx context.Context, req ctrl.
if err := r.updateSparkApplicationStatus(ctx, app); err != nil {
return err
}

// Log successful submission
logger.Info("Successfully submitted SparkApplication", "name", app.Name, "namespace", app.Namespace)
return nil
Expand Down

0 comments on commit 1032019

Please sign in to comment.