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

Fix broken command in readme #23

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ two reconcilers:
1. Build and push your image to the location specified by `IMG`:

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

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

```sh
make deploy IMG=<some-registry>/controller-runtime-example:tag
make deploy REGISTRY=<some-registry> IMG=controller-runtime-example:tag
```

### Uninstall resources
Expand Down