Skip to content

Commit 3779341

Browse files
update image name in "operator-sdk run bundle" cmd (#4988)
Signed-off-by: akumarab <[email protected]>
1 parent 205e0a0 commit 3779341

File tree

1 file changed

+1
-1
lines changed
  • website/content/en/docs/building-operators/helm

1 file changed

+1
-1
lines changed

website/content/en/docs/building-operators/helm/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Finally, run your bundle. If your bundle image is hosted in a registry that is p
245245
has a custom CA, these [configuration steps][image-reg-config] must be complete.
246246

247247
```sh
248-
operator-sdk run bundle example.com/memcached-operator-bundle:v0.0.1
248+
operator-sdk run bundle example.com/nginx-operator-bundle:v0.0.1
249249
```
250250

251251
Check out the [docs][quickstart-bundle] for a deep dive into `operator-sdk`'s OLM integration.

0 commit comments

Comments
 (0)