Skip to content

Commit bc8f400

Browse files
authored
Merge pull request #42632 from rishumehra/sbc
[RHDEVDOCS-3620] Document the ability to name a service binding connector
2 parents de88dd0 + a5483d4 commit bc8f400

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

applications/connecting_applications_to_services/odc-connecting-an-application-to-a-service-using-the-developer-perspective.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@ The PostreSQL Database Operator then creates and manages the `Database` resource
5050

5151
.Procedure
5252
. Switch to the *Developer* perspective and ensure that you are in the appropriate project, for example, `my-petclinic`. In the *Topology* view, hover over the Spring PetClinic sample application to see a dangling arrow on the node.
53-
. Click and drag the arrow towards the *hippo* database Postgres Cluster to make a binding connection with the Spring PetClinic sample application.
53+
. Click and drag the arrow towards the *hippo* database in the Postgres Cluster to make a binding connection with the Spring PetClinic sample application. A *Create Service Binding* dialog box appears.
54+
.. Enter the name and click *Create*.
5455
+
56+
.Service Binding modal
57+
image::odc-sbc-modal.png[]
58+
59+
5560
Alternatively, in the *+Add* view, click the *YAML* option to see the *Import YAML* screen. Use the YAML editor and add the `ServiceBinding` resource:
5661

57-
+
5862
[source,YAML]
5963
----
6064
apiVersion: binding.operators.coreos.com/v1alpha1
@@ -90,4 +94,4 @@ image::odc_context_operator.png[]
9094

9195
== Additional resources
9296
* xref:../../applications/connecting_applications_to_services/getting-started-with-service-binding.adoc#getting-started-with-service-binding[Getting started with service binding].
93-
* link:https://github.com/redhat-developer/service-binding-operator#known-bindable-operators[Known bindable Operators].
97+
* link:https://github.com/redhat-developer/service-binding-operator#known-bindable-operators[Known bindable Operators].

images/odc-sbc-modal.png

20.3 KB
Loading

0 commit comments

Comments
 (0)