Skip to content

Commit

Permalink
add a message to events
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Jan 29, 2024
1 parent 2d3e5fa commit 606d6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/jobset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ func (r *JobSetReconciler) ensureCondition(ctx context.Context, js *jobset.JobSe
return err
}

r.Record.Eventf(js, eventType, condition.Type, condition.Reason)
r.Record.Eventf(js, eventType, condition.Type, condition.Reason, condition.Message)
return nil
}

Expand Down

0 comments on commit 606d6c1

Please sign in to comment.