mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user