Skip to content

Commit

Permalink
📖 docs: update migration_guide_gov3_to_gov4.md (#4204)
Browse files Browse the repository at this point in the history
docs: update migration_guide_gov3_to_gov4.md

Clarify where to migrate the controllers to.
  • Loading branch information
lorenzofelletti authored Oct 7, 2024
1 parent f2a3897 commit cc60e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/migration/migration_guide_gov3_to_gov4.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ These files have not been modified by the new plugin, so you should be able to r

### Migrate the Controllers

Now, let's migrate the controller code from `controllers/cronjob_controller.go` in our old project to the new one.
Now, let's migrate the controller code from `controllers/cronjob_controller.go` in our old project to `internal/controller/cronjob_controller.go` in the new one.

## Migrate the Webhooks

Expand Down Expand Up @@ -158,4 +158,4 @@ fine.
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime/releases
[multi-group]: multi-group.md
[manually-upgrade]: manually_migration_guide_gov3_to_gov4.md
[project-file]: ../reference/project-config.md
[project-file]: ../reference/project-config.md

0 comments on commit cc60e8c

Please sign in to comment.