We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f023cd8 commit 75bd96eCopy full SHA for 75bd96e
pkg/controller/registry/resolver/cache/cache.go
@@ -170,9 +170,7 @@ func (c *Cache) Namespaced(namespaces ...string) MultiCatalogOperatorFinder {
170
if snapshot.Valid() {
171
result.snapshots[key] = snapshot
172
} else {
173
- if !snapshot.RequestSentinelActive() {
174
- misses = append(misses, key)
175
- }
+ misses = append(misses, key)
176
}
177
}()
178
0 commit comments