Skip to content

Commit

Permalink
Fix: correct wrong csr controller name.
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
xuezhaojun authored Feb 28, 2024
1 parent e9fee64 commit 4bd557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addonmanager/controllers/certificate/csrsign.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewCSRSignController(
},
csrInformer.Informer()).
WithSync(c.sync).
ToController("CSRApprovingController")
ToController("CSRSignController")
}

func (c *csrSignController) sync(ctx context.Context, syncCtx factory.SyncContext, csrName string) error {
Expand Down

0 comments on commit 4bd557d

Please sign in to comment.