Makes odo work with v0.3.0 of Service Binding Operator (#4274)

* Makes odo work with v0.3.0 of Service Binding Operator

* Self-review of documentation

* Change from SBR to SB in integration test

* Fix Group and Kind when checking for SB support
This commit is contained in:
Dharmit Shah
2020-12-07 23:28:33 +05:30
committed by GitHub
parent 6b7d2582d9
commit a5b561133a
18 changed files with 386 additions and 325 deletions

View File

@@ -24,15 +24,17 @@ install_service_binding_operator(){
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: service-binding-operator
labels:
operators.coreos.com/rh-service-binding-operator.openshift-operators: ""
name: rh-service-binding-operator
namespace: openshift-operators
spec:
channel: alpha
channel: beta
installPlanApproval: Automatic
name: service-binding-operator
source: community-operators
name: rh-service-binding-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: service-binding-operator.v0.1.1-364
startingCSV: service-binding-operator.v0.3.0
EOF
}