Watch status subresource updates to trigger reconcile by scothis · Pull Request #364 · servicebinding/runtime

@scothis

ServiceBindings setup a validating webhook to watch for changes on the
service resource. This was only watching for requests on the main
resource and did not observe the status subresource. This meant that if
a provisioned service rotated the secret name and made no other changes,
the new secret would not be observed until the regular reconcile of the
ServiceBinding (up to 10 hours later).

This change watches the status subresource for tracked resources.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>

sadlerap