diff --git a/content/docs/2.0/deploy.md b/content/docs/2.0/deploy.md index 99a08688a..b53164ed0 100644 --- a/content/docs/2.0/deploy.md +++ b/content/docs/2.0/deploy.md @@ -56,9 +56,8 @@ kubectl delete -f https://raw.githubusercontent.com/kedacore/keda/main/config/cr ### Install -1. On Operator Hub Marketplace locate and install KEDA operator -2. Create namespace `keda` -3. Create `KedaController` resource named `keda` in namespace `keda` +1. On Operator Hub Marketplace locate and install KEDA operator to namespace `keda` +2. Create `KedaController` resource named `keda` in namespace `keda` ![Operator Hub installation](https://raw.githubusercontent.com/kedacore/keda-olm-operator/master/images/keda-olm-install.gif) > 💡 **NOTE:** Further information on Operator Hub installation method can be found in the following [repository](https://github.com/kedacore/keda-olm-operator).