Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 --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
Loading