Skip to content

Commit 331d228

Browse files
authored
Merge pull request #448 from mindprince/patch-1
Remove unneeded user action comment.
2 parents f15ca68 + 17f2e51 commit 331d228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/scaffold/controller/controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ import (
143143
144144
// Add creates a new {{ .Resource.Kind }} Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller
145145
// and Start it when the Manager is Started.
146-
// USER ACTION REQUIRED: update cmd/manager/main.go to call this {{ .Resource.Group}}.Add(mgr) to install this Controller
147146
func Add(mgr manager.Manager) error {
148147
return add(mgr, newReconciler(mgr))
149148
}

0 commit comments

Comments
 (0)