Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyi1159 committed Aug 22, 2024
1 parent f9a7bc0 commit f2c0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/extensions/addon_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (r *AddonReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl
Log: log.FromContext(ctx).WithValues("addon", req.NamespacedName),
Recorder: r.Recorder,
}

//test
buildStageCtx := func() stageCtx {
return stageCtx{
reqCtx: &reqCtx,
Expand Down

0 comments on commit f2c0f6d

Please sign in to comment.