Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 0c1d2bf

Browse files
committed
Revert "updated doc"
This reverts commit cbd345f0a9567b3057c10cfeb3abfda08c3ea3a2.
1 parent 33ea078 commit 0c1d2bf

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/userguide/modules/getting-started/pages/installing-service-binding.adoc

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Installing Service Binding Operator
22

3-
The {servicebinding-title} can be installed on the following version
3+
The Service Binding Operator can be installed on the following version
44
of Kubernetes and OpenShift:
55

66
* xref:#installing-on-kubernetes[Kubernetes
@@ -11,16 +11,16 @@ version 4.6 or above].
1111
[#installing-on-kubernetes]
1212
== Installing on Kubernetes
1313

14-
You can install the {servicebinding-title} using the following
14+
You can install the Service Binding Operator using the following
1515
methods:
1616

17-
. Installing the {servicebinding-title} using OLM
17+
. Installing the Service Binding Operator using OLM
1818
.. Go to
1919
https://operatorhub.io/operator/service-binding-operator[OperatorHub.io].
2020
.. Click on the blue btn:[Install] button.
21-
.. Follow the instructions to install the {servicebinding-title}.
22-
. Installing the {servicebinding-title} using Helm chart
23-
. Installing the {servicebinding-title} without OLM
21+
.. Follow the instructions to install the Service Binding Operator.
22+
. Installing the Service Binding Operator using Helm chart
23+
. Installing the Service Binding Operator without OLM
2424

2525
[Note]
2626
If you do not have OLM, install the Operator using the released resources:
@@ -68,11 +68,11 @@ image:sbo_post_install.png[sbo_post_install]
6868
The helm chart installation involves the following steps:
6969

7070
1. Adding the `service-binding-operator-helm-chart` repository.
71-
2. Installing the {servicebinding-title} Helm chart.
71+
2. Installing the Service Binding Operator Helm chart.
7272
3. Running a Helm test.
7373
7474
[Note]
75-
If you are not installing the {servicebinding-title} through Operator Lifecycle Manager (OLM), you must install cert-manager on the cluster. Installing the cert-manager automates
75+
If you are not installing the Service Binding Operator through Operator Lifecycle Manager (OLM), you must install cert-manager on the cluster. Installing the cert-manager automates
7676
TLS certificates for Kubernetes and OpenShift workloads. Cert-manager ensures that the certificates are valid and up-to-date, and attempts to renew certificates at a configured time before expiry.
7777
You can install cert-manager by running the following command:
7878

@@ -83,9 +83,8 @@ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6
8383
.Prerequisites:
8484

8585
. You have access to a Kubernetes or an OpenShift Container Platform cluster using an account with cluster-admin permissions.
86-
. You have the cert-manager installed on the cluster, if you are not installing the {servicebinding-title} through Operator Lifecycle Manager (OLM).
86+
. You have the cert-manager installed on the cluster if you are not installing the Service Binding Operator through Operator Lifecycle Manager (OLM).
8787
. You have Helm CLI installed.
88-
. You have installed the kubectl or oc CLI.
8988

9089
[## Adding the Helm chart repository]
9190
== Adding the Helm chart repository
@@ -231,7 +230,7 @@ NAME READY STATUS RESTARTS
231230
service-binding-operator-release-test 0/1 Completed 0 4m28s
232231
----
233232

234-
This implies that you have successfully installed the {servicebinding-title} using a Helm chart and are able to bind your workload to backing services.
233+
This implies that you have successfully installed the service binding operator using a Helm chart and are able to bind your workload to backing services.
235234

236235
Please ensure to delete the secret (specify the namespace if applicable) created :
237236
----

0 commit comments

Comments
 (0)