Skip to content

Commit

Permalink
Update docs/website/versioned_docs/version-3.0.0/command-reference/ad…
Browse files Browse the repository at this point in the history
…d-binding.md

Co-authored-by: Dharmit Shah <[email protected]>
  • Loading branch information
valaparthvi and dharmit authored Jun 14, 2022
1 parent 2ccc3f4 commit b5e77ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: odo add binding
---

## Description
The `odo add binding` command can add a link between an operator-backed service and a component. odo uses the Service Binding Operator to create this link. Running this command will make the necessary changes to the Devfile, and once pushed to the cluster, it creates an instance of the `ServiceBinding` resource.
The `odo add binding` command adds a link between an Operator-backed service and a component. odo uses the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator/) to create this link. Running this command will modify the Devfile, and once pushed (using `odo dev`) to the cluster, it creates an instance of the `ServiceBinding` resource.

Currently, it only allows connecting to the Operator-backed services which support binding via the Service Binding Operator.
To know about the Operators supported by the Service Binding Operator, read its [README](https://github.com/redhat-developer/service-binding-operator#known-bindable-operators).
Expand Down

0 comments on commit b5e77ba

Please sign in to comment.