service-binding-operator
service-binding-operator copied to clipboard
[Deprecated] The Service Binding Operator: Connecting Applications with Services, in Kubernetes
# 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...
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...
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...
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...
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...
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...
### 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...
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