Closed brendandobbs closed 4 years ago
@brendandobbs hello Brendan, what kyma version do you use? Cause since 1.9 it will work. You will get error on SBU, but when Service Binding will be ready then SBU will be READY as well.
Cheers, PK
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
This is already done as you described in the ticket.
Description
I'm trying to create a ServiceInstance, ServiceBinding and ServiceBindingUsage for redis. The Redis ServiceInstance takes a couple of minutes to provision. In the meantime creating the ServiceBindingUsage fails because the ServiceBinding is not ready.
I see the following in the status of the SBU
The workaround is to delete and recreate the SBU after the ServiceInstance is ready.
The yaml I'm using is the following....
Expected result
An example of how we can provision and bind to a ServiceInstance. Maybe using a Helm chart would help? (pre-install hook)