Skip to content

Commit

Permalink
change 5
Browse files Browse the repository at this point in the history
  • Loading branch information
amritanshusikdar committed Sep 20, 2024
1 parent 84a1d48 commit be75a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/controller/manifest/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"sigs.k8s.io/controller-runtime/pkg/source"

"github.com/kyma-project/lifecycle-manager/api/v1beta2"
declarativev2 "github.com/kyma-project/lifecycle-manager/internal/declarative/v2"
"github.com/kyma-project/lifecycle-manager/internal/pkg/metrics"
"github.com/kyma-project/lifecycle-manager/pkg/queue"
"github.com/kyma-project/lifecycle-manager/pkg/security"
Expand Down Expand Up @@ -52,7 +51,7 @@ func SetupWithManager(mgr manager.Manager,
}

runnableListener := watcherevent.NewSKREventListener(
settings.ListenerAddr, strings.ToLower(declarativev2.OperatorName),
settings.ListenerAddr, strings.ToLower("kyma"),
verifyFunc,
)

Expand Down

0 comments on commit be75a52

Please sign in to comment.