Andy Sadler

Results 7 comments of Andy Sadler

Something I think might be relevant to this conversation: `.status.binding.name` comes from [a specification](https://servicebinding.io/) upstream of SBO, so this wouldn't just be applicable to only SBO. For instance, there's an...

This is still possible via annotations & label selectors, which is the intended behavior.

Hello @2smin, Thanks for the report. We'll be looking into this.

I've been able to reproduce this issue by applying the following: ```yaml apiVersion: servicebinding.io/v1beta1 kind: ServiceBinding metadata: name: test-binding spec: service: apiVersion: v1 kind: Secret name: test-secret workload: name: test...

For context: after discussions with the konflux QE team, I was informed that we will not need our own cluster profile use on https://github.com/konflux-workspaces/workspaces. cc: @ascerra

Thanks for the PR! Could you add an acceptance test for this to `test/acceptance/features/supportExistingOperatorBackedServices.feature`? We want to make sure we don't break this accidentially.