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

Fixes issue #31 #32

Closed
wants to merge 1 commit into from
Closed
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=<some namespace>/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=<some namespace>/controller-runtime-example:tag
```

### Uninstall resources
Expand Down