From 45368fad68c67a656a07037d07db033eca403285 Mon Sep 17 00:00:00 2001 From: Jonathan Vila Date: Thu, 4 Nov 2021 16:15:44 +0100 Subject: [PATCH] KEYCLOAK-19145 [PR] removing the block of install by command on RHSSO, not only the link --- server_installation/topics/operator/installation.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server_installation/topics/operator/installation.adoc b/server_installation/topics/operator/installation.adoc index 4669aaca66..4286306a3a 100644 --- a/server_installation/topics/operator/installation.adoc +++ b/server_installation/topics/operator/installation.adoc @@ -89,7 +89,6 @@ image:{project_images}/operator-operatorhub-install.png[] * For more information on a Kubernetes installation, see link:https://operatorhub.io/how-to-install-an-operator[How to install an Operator from OperatorHub.io]. -endif::[] [[_install_by_command]] ==== Installing from the command line @@ -142,7 +141,7 @@ $ {create_cmd_brief} get deployment keycloak-operator NAME READY UP-TO-DATE AVAILABLE AGE keycloak-operator 1/1 1 1 41s ---- - +endif::[] .Additional resources * When the Operator installation completes, you are ready to create your first custom resource. See xref:_keycloak_cr[{project_name} installation using a custom resource].