Watch status subresource updates to trigger reconcile by scothis · Pull Request #364 · servicebinding/runtime
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters