Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Typo fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs authored May 22, 2020
1 parent 9fce5f2 commit cf4a1a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ During the `api/core/v1/Node` reconcile phases it calculates the right number of
This is a standard Kubebuilder opertor so building and deploying process is similar as a (stock Kubebuilder project)[https://book.kubebuilder.io/cronjob-tutorial/running.html].

Use official image:
`kustomize build config/crd | kubectl apply -f -`
`kustomize build config/default | kubectl apply -f -`
```
kustomize build config/crd | kubectl apply -f -
kustomize build config/default | kubectl apply -f -
```

Build your own image:
`IMG_REPO=[IMG_REPO] IMG_NAME=[IMG_NAME] IMG_VERSION=[IMG_VERSION] make test docker-push install deploy`
Expand Down

0 comments on commit cf4a1a3

Please sign in to comment.