Closed bskaplan closed 1 month ago
@bskaplan , thank you for the contribution, I'm not the maintainer, but I left a couple of comments
Hey @bskaplan, thanks for helping us with this one 😄. Just a small nit, but it looks good. Just waiting for the integration test to finish.
Fixes: #9522
Description Only emit CloudRunServiceReady event if the status is success, and emit it even if no URL is present which could be the case if default-url-disabled is set to true
User facing changes (remove if N/A) Before: A creation or update of a service with annotation run.googleapis.com/default-url-disabled: true would not emit a CloudRunServiceReady event. If an update of an existing service failed, CloudRunServiceReady event would be emitted.
After: A CloudRunServiceReady event is only populated if the Ready condition is successful, and is populated even if the default URL is disabled.