Skip to content

Commit

Permalink
specify VERSION with make deploy (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored Aug 19, 2020
1 parent 2467298 commit d3c08b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.0/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ kubectl apply -f keda-2.0.0.yaml
```sh
git clone https://github.com/kedacore/keda && cd keda
make deploy
VERSION=2.0.0 make deploy
```

### Uninstall
Expand All @@ -122,5 +122,5 @@ kubectl delete -f keda-2.0.0.yaml
- You would need to run these commands from within the directory of the cloned [GitHub repo](https://github.com/kedacore/keda):

```sh
make undeploy
VERSION=2.0.0 make undeploy
```

0 comments on commit d3c08b0

Please sign in to comment.