Skip to content

Commit

Permalink
fix: core 0.34 NewControllers interface change was neglected in ccp m…
Browse files Browse the repository at this point in the history
…ode (#219)
  • Loading branch information
comtalyst authored Mar 20, 2024
1 parent 17651d0 commit 3d30c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/controller/main_ccp.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func main() {
WithControllers(ctx, corecontrollers.NewControllers(
op.Clock,
op.GetClient(),
op.KubernetesInterface,
state.NewCluster(op.Clock, op.GetClient(), cloudProvider),
op.EventRecorder,
cloudProvider,
Expand Down

0 comments on commit 3d30c8a

Please sign in to comment.