Skip to content

Commit cfa8043

Browse files
authored
Correct opm usage when generate annotations.yaml and Dockerfile (#238)
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 5b2f8e4 commit cfa8043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/Tasks/creating-operator-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Flags:
4949
For example, to generate the `annotations.yaml` and `Dockerfile` for the example bundle mentioned above, the command for the `generate` task is:
5050

5151
```bash
52-
$ opm alpha bundle generate --directory /etcd --package etcd --channels stable --default stable
52+
$ opm alpha bundle generate --directory ./etcd --package etcd --channels stable --default stable
5353
```
5454
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.
5555

0 commit comments

Comments
 (0)