KEYCLOAK-19145 [PR] removing the block of install by command on RHSSO, not only the link

This commit is contained in:
Jonathan Vila 2021-11-04 16:15:44 +01:00 committed by Stian Thorgersen
parent 3b2eb5c783
commit 45368fad68

View file

@ -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]. * 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]] [[_install_by_command]]
==== Installing from the command line ==== Installing from the command line
@ -142,7 +141,7 @@ $ {create_cmd_brief} get deployment keycloak-operator
NAME READY UP-TO-DATE AVAILABLE AGE NAME READY UP-TO-DATE AVAILABLE AGE
keycloak-operator 1/1 1 1 41s keycloak-operator 1/1 1 1 41s
---- ----
endif::[]
.Additional resources .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]. * 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].