We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b8d31 commit f33bdeaCopy full SHA for f33bdea
1 file changed
internal/shared/util/pullsecretcache/pullsecretcache.go
@@ -26,7 +26,7 @@ func SetupPullSecretCache(cacheOptions *cache.Options, globalPullSecretKey *type
26
LabelSelector: labels.Everything(),
27
FieldSelector: fields.Everything(),
28
}
29
- if globalPullSecretKey != nil {
+ if globalPullSecretKey != nil && globalPullSecretKey.Namespace != saKey.Namespace {
30
secretCache.Namespaces[globalPullSecretKey.Namespace] = cache.Config{
31
32
FieldSelector: fields.SelectorFromSet(map[string]string{
0 commit comments