Skip to content

Commit 3b7071a

Browse files
update operator-sdk run bundle usage (#5211)
* update operator-sdk run bundle usage Signed-off-by: akihikokuroda <[email protected]> * Update website/content/en/docs/building-operators/golang/tutorial.md Co-authored-by: Camila Macedo <[email protected]> Signed-off-by: akihikokuroda <[email protected]> Co-authored-by: Camila Macedo <[email protected]>
1 parent e4df83c commit 3b7071a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

344344
```sh
345-
operator-sdk run bundle example.com/memcached-operator-bundle:v0.0.1
345+
operator-sdk run bundle <some-registry>/memcached-operator-bundle:v0.0.1
346346
```
347347

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

0 commit comments

Comments
 (0)