Skip to content

Commit

Permalink
Update pkg/core/controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Riederer <[email protected]>
  • Loading branch information
jabdoa2 and toelke authored Jun 3, 2024
1 parent ccd3e20 commit cfe3509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func AddController[I InstanceType](name string, typeInstance I, mgr manager.Mana
return err
}

// Watch ConfigMaps owned by a DaemonSet
// Watch ConfigMaps owned by Resource
err = c.Watch(source.Kind(mgr.GetCache(), &corev1.ConfigMap{}), EnqueueRequestForWatcher(h.GetWatchedConfigmaps()))
if err != nil {
return err
Expand Down

0 comments on commit cfe3509

Please sign in to comment.