Skip to content

Commit

Permalink
Remove unneeded user action comment.
Browse files Browse the repository at this point in the history
This is already taken care of by `AddToManagerFuncs`.
  • Loading branch information
rohitagarwal003 committed Oct 18, 2018
1 parent f15ca68 commit 17f2e51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scaffold/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ import (
// Add creates a new {{ .Resource.Kind }} Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller
// and Start it when the Manager is Started.
// USER ACTION REQUIRED: update cmd/manager/main.go to call this {{ .Resource.Group}}.Add(mgr) to install this Controller
func Add(mgr manager.Manager) error {
return add(mgr, newReconciler(mgr))
}
Expand Down

0 comments on commit 17f2e51

Please sign in to comment.