Skip to content

Commit 42f35fc

Browse files
authored
Update Quick Start guide
1 parent 4186920 commit 42f35fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ Build and push your image to the location specified by `IMG`:
9696
make docker-build docker-push IMG=<some-registry>/controller
9797
```
9898

99-
Deploy the controller to the cluster:
99+
Deploy the controller to the cluster with image specified by `IMG`:
100100

101101
```bash
102-
make deploy
102+
make deploy IMG=<some-registry>/controller
103103
```
104104

105105
If you encounter RBAC errors, you may need to grant yourself cluster-admin

0 commit comments

Comments
 (0)