Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Feb 12, 2024
1 parent 0a5d110 commit 5167d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ make deploy-openshift [IMAGE_TAG_BASE=<your-registry>/backstage-operator]
```

### Modifying the API definitions
If you are editing the API definitions, generate the manifests such as CRs or CRDs using:
If you are editing the API definitions, regenerate the bundle using:
```sh
make manifests
make bundle
```
**NOTE:** Run `make --help` for more information on all potential `make` targets
**NOTE:** Run `make help` for more information on all potential `make` targets

More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)

0 comments on commit 5167d86

Please sign in to comment.