Skip to content

Commit

Permalink
Do not use SBR anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Oct 4, 2021
1 parent 7ed1b22 commit c0967f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/kclient/operators.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const (

// IsServiceBindingSupported checks if resource of type service binding request present on the cluster
func (c *Client) IsServiceBindingSupported() (bool, error) {
return c.IsResourceSupported("binding.operators.coreos.com", "v1alpha1", "servicebindings")
// Detection of SBO has been removed from issue https://github.com/openshift/odo/issues/5084
return false, nil
// return c.IsResourceSupported("binding.operators.coreos.com", "v1alpha1", "servicebindings")
}

// IsCSVSupported checks if resource of type service binding request present on the cluster
Expand Down

0 comments on commit c0967f9

Please sign in to comment.