Skip to content

Commit

Permalink
change 4
Browse files Browse the repository at this point in the history
  • Loading branch information
amritanshusikdar authored Sep 19, 2024
1 parent 5e6ce27 commit 00d8fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/kyma/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts ctrlruntime.Options
}
runnableListener := watcherevent.NewSKREventListener(
settings.ListenerAddr,
shared.OperatorName,
"kyma",
verifyFunc,
)
if err := mgr.Add(runnableListener); err != nil {
Expand Down

0 comments on commit 00d8fd3

Please sign in to comment.