Skip to content

Commit

Permalink
docs(core): typo in controller contrib guide (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoGoman authored Nov 26, 2024
1 parent cd7b5ba commit 6ee4576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/new-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Greenhouse is build using Kubebuilder as the framework for Kubernetes controller
> Since this project does not follow the Kubebuilder v3 scaffolding structure, it is necessary to create a symlink to the main.go
```shell
ln -s ./cmd/manager/main.go main.go
ln -s ./cmd/greenhouse/main.go main.go
```

To create a new controller, run the following command:
Expand Down

0 comments on commit 6ee4576

Please sign in to comment.