Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Oct 24, 2023
1 parent c690510 commit 4886486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controlplane/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func AddToManagerWithOptions(mgr manager.Manager, opts AddOptions) error {
secretConfigsFunc, shootAccessSecretsFunc, nil, nil,
configChart, controlPlaneChart, cpShootChart, nil, storageClassChart, nil,
NewValuesProvider(logger, opts.ControllerConfig), extensionscontroller.ChartRendererFactoryFunc(util.NewChartRendererForShoot),
imagevector.ImageVector(), metal.CloudProviderConfigName, opts.ShootWebhookConfig, opts.WebhookServerNamespace, mgr.GetWebhookServer().Port,
imagevector.ImageVector(), "", opts.ShootWebhookConfig, opts.WebhookServerNamespace, mgr.GetWebhookServer().Port,
),
ControllerOptions: opts.Controller,
Predicates: controlplane.DefaultPredicates(opts.IgnoreOperationAnnotation),
Expand Down

0 comments on commit 4886486

Please sign in to comment.