You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Compass Manager uses the context.TODO or context.Background instead of the context from the Reconcile loop. We need to change the logic to properly pass to the context function and use it.
The text was updated successfully, but these errors were encountered:
Description
Currently, the Compass Manager uses the
context.TODO
orcontext.Background
instead of the context from the Reconcile loop. We need to change the logic to properly pass to the context function and use it.The text was updated successfully, but these errors were encountered: