Skip to content

Commit

Permalink
Fix up - indent install-crds alternative (#250)
Browse files Browse the repository at this point in the history
Indented the bullet item for alternatively using kubectl to install
CRDs. This should allow the `make run` bullet item to stay at the same
level as the other steps and not be rendered to the same line
after `kubectl apply -f config/crds`
  • Loading branch information
TattdCodeMonkey authored and joerg84 committed May 17, 2019
1 parent 9d2d3ba commit 92ab12a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Before you get started:
- Get KUDO repo: `go get github.com/kudobuilder/kudo/`
- `cd $GOPATH/src/github.com/kudobuilder/kudo`
- `make install-crds` to deploy the universal CRDs
- Alternatively, you can use kubectl to install the CRDs :

`kubectl apply -f config/crds`
- Alternatively, you can use kubectl to install the CRDs :
`kubectl apply -f config/crds`
- `make run` to run the Operator with local go environment

### Notes on Minikube
Expand Down

0 comments on commit 92ab12a

Please sign in to comment.