Skip to content

Commit

Permalink
tmp: test running generate action
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Jan 18, 2024
1 parent 7680e63 commit ee1cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/clickhouse_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ClickhouseReconciler struct {
//+kubebuilder:rbac:groups=aiven.io,resources=clickhouses/finalizers,verbs=get;list;watch;create;update;patch;delete

func (r *ClickhouseReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
return r.reconcileInstance(ctx, req, newGenericServiceHandler(newClickhouseAdapter), &v1alpha1.Clickhouse{})
return r.reconcileInstance(ctx, req, newGenericServiceHandler(newClickhouseAdapter), &v1alpha1.Clickhouse{})
}

// SetupWithManager sets up the controller with the Manager.
Expand Down

0 comments on commit ee1cc93

Please sign in to comment.