Skip to content

Commit

Permalink
Update Quick Start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hudymi authored Aug 22, 2019
1 parent 4186920 commit 42f35fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Build and push your image to the location specified by `IMG`:
make docker-build docker-push IMG=<some-registry>/controller
```

Deploy the controller to the cluster:
Deploy the controller to the cluster with image specified by `IMG`:

```bash
make deploy
make deploy IMG=<some-registry>/controller
```

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

0 comments on commit 42f35fc

Please sign in to comment.