Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit db5833d

Browse files
authored
Merge pull request #23 from vincent-pli/fix-broken-command-readme
Fix broken command in readme
2 parents 8a5eac8 + d198a9a commit db5833d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ two reconcilers:
2727
1. Build and push your image to the location specified by `IMG`:
2828

2929
```sh
30-
make docker-build docker-push IMG=<some-registry>/controller-runtime-example:tag
30+
make docker-build docker-push REGISTRY=<some-registry> IMG=controller-runtime-example:tag
3131
```
3232

3333
1. Deploy the controller to kcp with the image specified by `IMG`:
3434

3535
```sh
36-
make deploy IMG=<some-registry>/controller-runtime-example:tag
36+
make deploy REGISTRY=<some-registry> IMG=controller-runtime-example:tag
3737
```
3838

3939
### Uninstall resources

0 commit comments

Comments
 (0)