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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Explicitly delete pull secret on marketplaceconfig delete, as relying on garbage collection was a race condition. This could lead to marketplaceconfig being recreated by the reconciler.
Fix: Correct the scope of the predicate to namespace for DeploymentReconciler. ConfigMap and Service kinds have cluster cache scope, a ConfigMap or Service with specific names could trigger reconciliation for the wrong namespace, leading to a "unknown namespace for the cache" error.