Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBAAS-831: update DBaaSConnection status to conform to the Provisioned Service ducktype defined in the Service Binding Specification for Kubernetes #232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xieshenzh
Copy link
Contributor

Description

The current annotation-based approach is supported in SBO. But SBO encourages every service provider to follow the core spec recommended Provisioned Service based approach: https://github.com/servicebinding/website/blob/main/service-provider.md

Jira: https://issues.redhat.com/browse/DBAAS-831

Verification Steps

Verify by perform the service binding with various providers.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist (Definition of Done)

  • All acceptance criteria specified in JIRA or in issue number have been completed
  • Unit tests added that prove the fix is effective or the feature works
  • Documentation added for the feature
  • all relevant tests are passing
  • Code Review completed
  • Verified independently by reviewer

…d Service ducktype defined in the Service Binding Specification for Kubernetes
@jeremyary
Copy link
Contributor

heya, gonna place hold back just until we get the release issues worked out and get a game plan for next release. Thanks!

Comment on lines +7 to +8
labels:
servicebinding.io/provisioned-service: "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a patch file with the same label: config/crd/patches/service_binding_labels.yaml
Please remove one of these.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch file is used to generate this CRD file in the bundle.

@baijum
Copy link
Contributor

baijum commented Dec 12, 2022

heya, gonna place hold back just until we get the release issues worked out and get a game plan for next release. Thanks!

@jeremyary Any update about this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conform to the Provisioned Service ducktype defined in the Service Binding Specification for Kubernetes
3 participants