service-binding-operator icon indicating copy to clipboard operation
service-binding-operator copied to clipboard

[Deprecated] The Service Binding Operator: Connecting Applications with Services, in Kubernetes

Results 37 service-binding-operator issues
Sort by recently updated
recently updated
newest added

# Changes This PR adds a hack script that automates creation of a release branch based on master by performing the following steps: * Create a release branch in SBO...

lgtm

Use Case: ServiceBinding resource allows declaring multiple services and multiple application. Reasons: Although this looks at first as a handy shortcut, using this might cause a few issues: A binding...

priority/low
spec

I'm working on mongodb mappings for [kube-service-bindings](https://github.com/nodeshift/kube-service-bindings). I created a mongo database using the Percona Distribution for MongoDB operator as it was listed as one of the compatible operators in...

kind/bug

Signed-off-by: Baiju Muthukadan # Changes # Submitter Checklist As the author of this PR, please check off the items in this checklist: - [ ] [Docs](https://github.com/redhat-developer/service-binding-operator/blob/master/CONTRIBUTING.md#docs) included if any changes...

lgtm
acceptance-tests-skipped

So... when deploying Service Binding Operator on a bare-metal environment I'm running into THIS issue *a lot*: https://github.com/operator-framework/operator-sdk/issues/1813 Why? Because my bare-metal cluster is running 100's of containers and unfortunately...

# Changes /kind enhancement This PR adds a new entry to the Makefile to generate sources for a clientset, using the client-gen tool, and adds the generated files. A clientset...

kind/enhancement
needs-rebase

ServiceBinding should support binding to deployed Helm Charts. This would dramatically increase the usefulness of the Service Binding Operator. Helm Charts are the most used way how to deploy prepackaged...

kind/enhancement

### What is the SBO version used? 1.0 ### What are the steps to reproduce this issue? 1. Create a job 2. Create binding pointing to the job 3. Binding...

kind/enhancement
priority/low

Enhancement Provide the capability to extract a key/field from a json object which is stored in a Secret resource object Example ``` kind: Secret data connection: base64-encoded-string ``` The base64-encoded-string...

Could someone validate binding an app to a provisioned resource as per https://crossplane.io/docs/v0.9/dynamic.html

kind/documentation
need-feedback