diff --git a/docs/guides/src/main/operator/installation.adoc b/docs/guides/src/main/operator/installation.adoc index 85d881410ea..bc9b9a15976 100644 --- a/docs/guides/src/main/operator/installation.adoc +++ b/docs/guides/src/main/operator/installation.adoc @@ -34,7 +34,7 @@ image::{generatedGuideImages}/configure-operator.jpeg["Configure Keycloak Operat === Vanilla Kubernetes Installation -To install the operator on a vanilla Kubernetes cluster, you need first to install the CRDs: +To install the operator on a vanilla Kubernetes cluster, you first need to install its CRDs by running the following commands: [source,bash,subs="attributes+"] ----