Skip to content

Commit

Permalink
Update internal/controller/deployment_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Squizzato <[email protected]>
Signed-off-by: Kyle <[email protected]>
  • Loading branch information
kylewuolle and squizzi authored Aug 27, 2024
1 parent 856eaeb commit e8dc53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/deployment_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (r *DeploymentReconciler) setStatusFromClusterStatus(ctx context.Context, l
}

if err != nil {
return true, fmt.Errorf("failed to get cluster information for deployment: %s : %v", deployment.Name, err)
return true, fmt.Errorf("failed to get cluster information for deployment: %s: %w", deployment.Name, err)
}

requeue := true
Expand Down

0 comments on commit e8dc53e

Please sign in to comment.