Skip to content

Commit

Permalink
re-add removed default predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrog committed Sep 25, 2024
1 parent 8167abb commit 94231c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/lifecycle/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func AddToManager(ctx context.Context, mgr manager.Manager) error {
Name: "shoot_kubecost_lifecycle_controller",
FinalizerSuffix: constants.ExtensionType,
Resync: 1 * time.Minute,
Predicates: extension.DefaultPredicates(ctx, mgr, DefaultAddOptions.IgnoreOperationAnnotation),
Type: constants.ExtensionType,
})
}

0 comments on commit 94231c4

Please sign in to comment.