Skip to content

Commit

Permalink
Address reviewer comments
Browse files Browse the repository at this point in the history
Signed-off-by: Per Goncalves da Silva <[email protected]>
  • Loading branch information
Per Goncalves da Silva committed Nov 25, 2024
1 parent 1d00bb4 commit 78a6220
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/manifests --channels stable --default stable
$ opm alpha bundle generate --directory ./etcd --package etcd --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 78a6220

Please sign in to comment.