Remove `.Named()` from the ephemeral runner controller (#3596)

This commit is contained in:
Nikola Jokic 2024-06-17 10:36:08 +02:00 committed by GitHub
parent 894732732a
commit 2cc793a835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -828,7 +828,6 @@ func (r *EphemeralRunnerReconciler) SetupWithManager(mgr ctrl.Manager) error {
For(&v1alpha1.EphemeralRunner{}).
Owns(&corev1.Pod{}).
WithEventFilter(predicate.ResourceVersionChangedPredicate{}).
Named("ephemeral-runner-controller").
Complete(r)
}