Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Smartnews committed May 13, 2024
1 parent c036233 commit 0a7aef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/provisioning/scheduling/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func PodHandledEvent(pod *v1.Pod) events.Event {
InvolvedObject: pod,
Type: v1.EventTypeNormal,
Reason: "HandledByKarpenter",
Message: fmt.Sprintf("Pod is handled by karpenter"),
Message: "Pod is handled by karpenter",
DedupeValues: []string{string(pod.UID)},
DedupeTimeout: 5 * time.Minute,
}
Expand Down

0 comments on commit 0a7aef1

Please sign in to comment.