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 0a4bbc4 commit ccd3e20
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 @@ -45,7 +45,7 @@ func AddController[I InstanceType](name string, typeInstance I, mgr manager.Mana
return err
}

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

0 comments on commit ccd3e20

Please sign in to comment.