From cbcd8cdfd6f730c504460c9aedff8e7764fdaf19 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Tue, 19 Apr 2022 09:56:13 +0100 Subject: [PATCH] Update docs/guides/src/main/operator/installation.adoc Co-authored-by: Dominik Guhr <89905860+DGuhr@users.noreply.github.com> --- docs/guides/src/main/operator/installation.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/src/main/operator/installation.adoc b/docs/guides/src/main/operator/installation.adoc index 35138917d6a..babce71dec8 100644 --- a/docs/guides/src/main/operator/installation.adoc +++ b/docs/guides/src/main/operator/installation.adoc @@ -13,7 +13,9 @@ In this guide we will show how to install the Keycloak Operator in your Kubernet === OLM Installation You can install the Keycloak Operator in Kubernetes environment is to use Operator Lifecycle Manager (OLM). -Before moving on, make sure you have OLM installed, if not follow this https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/install/install.md#install-a-release[guide]. + +==== Prerequisites +Make sure OLM is installed in your environment. For Guidance on how to install OLM, follow this https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/install/install.md#install-a-release[guide]. To install the Keycloak Operator follow the https://olm.operatorframework.io/docs/tasks/install-operator-with-olm/[instructions]. In the default Catalogs the Keycloak Operator is named `keycloak-operator` and make sure to use the `candidate` channel.