Skip to content

Commit

Permalink
Correct deploying keda for keda 2.2.0 (kedacore#458)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
  • Loading branch information
Shubham82 committed May 28, 2021
1 parent 938f563 commit 0a6dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.2/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Deploying KEDA with Helm is very simple:

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --version 2.2.0 --namespace keda
```

### Uninstall
Expand Down

0 comments on commit 0a6dc9f

Please sign in to comment.