File tree Expand file tree Collapse file tree
cmd/gardener-extension-provider-aws/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,16 +269,6 @@ func NewControllerManagerCommand(ctx context.Context) *cobra.Command {
269269 return fmt .Errorf ("could not add ready check for webhook server to manager: %w" , err )
270270 }
271271
272- // TODO (georgibaltiev): Remove after the release of version 1.64.0
273- if reconcileOpts .ExtensionClass != "garden" {
274- log .Info ("Adding migration runnables" )
275- if err := mgr .Add (manager .RunnableFunc (func (ctx context.Context ) error {
276- return purgeMachineControllerManagerRBACResources (ctx , mgr .GetClient (), log )
277- })); err != nil {
278- return fmt .Errorf ("error adding migrations: %w" , err )
279- }
280- }
281-
282272 if err := mgr .Start (ctx ); err != nil {
283273 return fmt .Errorf ("error running manager: %w" , err )
284274 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments