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

Commit

Permalink
Update docs/developer.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gennady Azarenkov <gazarenkov@redhat.com>
  • Loading branch information
rm3l and Gennady Azarenkov committed Feb 27, 2024
1 parent f98d868 commit 039a2f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ make deploy-openshift [IMAGE_TAG_BASE=<your-registry>/backstage-operator]
```

### Modifying the API definitions
If you are editing the API definitions, regenerate the manifests and bundle using:
If you are editing the API definitions, make sure you:
- run `make install` before deploying the operator with `make deploy`
- regenerate the manifests and bundle if you plan to deploy the operator with OLM using:
```sh
make manifests bundle
```
Expand Down

0 comments on commit 039a2f1

Please sign in to comment.