Skip to content

Commit dc9f555

Browse files
Update pkg/utils/informer/informermanager.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2d69f57 commit dc9f555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/utils/informer/informermanager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ func (s *informerManagerImpl) CreateInformerForResource(resource APIResourceMeta
225225
if !exist {
226226
// Register this resource in our tracking map
227227
resource.isPresent = true
228+
resource.isStaticResource = false
228229
s.apiResources[resource.GroupVersionKind] = &resource
229230

230231
// Create the informer without adding any event handler

0 commit comments

Comments
 (0)