Skip to content

Commit

Permalink
Merge pull request #448 from mindprince/patch-1
Browse files Browse the repository at this point in the history
Remove unneeded user action comment.
  • Loading branch information
k8s-ci-robot committed Oct 18, 2018
2 parents f15ca68 + 17f2e51 commit 331d228
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 331d228

Please sign in to comment.