Skip to content

Commit

Permalink
fix: nuke does not requeue when no scope (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 authored Dec 23, 2024
1 parent 07d1cea commit 5cea66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kcp/nuke/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (r *nukeReconciler) newAction() composed.Action {
return composed.ComposeActions(
"nukeMain",
feature.LoadFeatureContextFromObj(&cloudcontrolv1beta1.Nuke{}),
focal.New(),
focal.NewWithOptionalScope(),
composed.If(
// if Nuke not marked for deletion
composed.Not(composed.MarkedForDeletionPredicate),
Expand Down

0 comments on commit 5cea66b

Please sign in to comment.