Skip to content

Commit

Permalink
correct opm usage when generate annotations.yaml and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pli authored and Per Goncalves da Silva committed Nov 25, 2024
1 parent 19d72bd commit 1d00bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Tasks/creating-operator-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Flags:
For example, to generate the `annotations.yaml` and `Dockerfile` for the example bundle mentioned above, the command for the `generate` task is:

```bash
$ opm alpha bundle generate --directory /etcd --package etcd --channels stable --default stable
$ opm alpha bundle generate --directory ./etcd --package etcd/manifests --channels stable --default stable
```
After the generate command is executed, the `Dockerfile` is generated in the directory where command is run. By default, the `annotations.yaml` file is located in a folder named `metadata` in the same root directory as the input directory containing manifests.

Expand Down

0 comments on commit 1d00bb4

Please sign in to comment.