Skip to content

Commit 6d01c4a

Browse files
authored
Merge pull request #46472 from sheriff-rh/issue41565
GH#41565: updating the OSDK make bundle procedure
2 parents d13baaf + cf56deb commit 6d01c4a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

modules/osdk-bundle-operator.adoc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,11 @@ $ make docker-build IMG=<registry>/<user>/<operator_image_name>:<tag>
4545
$ make docker-push IMG=<registry>/<user>/<operator_image_name>:<tag>
4646
----
4747

48-
. Update your `Makefile` by setting the `IMG` URL to your Operator image name and tag that you pushed:
49-
+
50-
[source,terminal]
51-
----
52-
$ # Image URL to use all building/pushing image targets
53-
IMG ?= <registry>/<user>/<operator_image_name>:<tag>
54-
----
55-
+
56-
This value is used for subsequent operations.
57-
5848
. Create your Operator bundle manifest by running the `make bundle` command, which invokes several commands, including the Operator SDK `generate bundle` and `bundle validate` subcommands:
5949
+
6050
[source,terminal]
6151
----
62-
$ make bundle
52+
$ make bundle IMG=<registry>/<user>/<operator_image_name>:<tag>
6353
----
6454
+
6555
Bundle manifests for an Operator describe how to display, create, and manage an application. The `make bundle` command creates the following files and directories in your Operator project:

0 commit comments

Comments
 (0)