Skip to content

Commit 8192c45

Browse files
authored
Correct typo in Operator image and bundle image name (#95)
Match the Operator image and bundle image name as in the previous examples.
1 parent d474ba0 commit 8192c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@ Before running below command export environment variables as shown below.
806806
```
807807
$ export USERNAME=<container-registry-username>
808808
$ export VERSION=0.0.1
809-
$ export IMG=docker.io/$USERNAME/memcached-operator:v$VERSION // location where your operator image is hosted
810-
$ export BUNDLE_IMG=docker.io/$USERNAME/memcached-operator-bundle:v$VERSION // location where your bundle will be hosted
809+
$ export IMG=docker.io/$USERNAME/memcached-quarkus-operator:v$VERSION // location where your operator image is hosted
810+
$ export BUNDLE_IMG=docker.io/$USERNAME/memcached-quarkus-operator-bundle:v$VERSION // location where your bundle will be hosted
811811
```
812812

813813
```
@@ -818,7 +818,7 @@ Finally, run your bundle. If your bundle image is hosted in a registry that is p
818818

819819

820820
```
821-
operator-sdk run bundle <some-registry>/memcached-operator-bundle:v0.0.1
821+
operator-sdk run bundle <some-registry>/memcached-quarkus-operator-bundle:v0.0.1
822822
```
823823

824824
The result of the above command is as below:

0 commit comments

Comments
 (0)