Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed Dec 5, 2024
1 parent 9012340 commit 47cee4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k3k-kubelet/controller/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ func (s *ServiceReconciler) service(obj *v1.Service) *v1.Service {
hostService := obj.DeepCopy()
s.Translater.TranslateTo(hostService)
// don't sync finalizers to the host
hostService.Finalizers = nil
return hostService
}

0 comments on commit 47cee4a

Please sign in to comment.