Skip to content

Commit

Permalink
Fix LeaderElectionID passed to NewManager. (#27) (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
Co-authored-by: Roee Shlomo <[email protected]>
Co-authored-by: Shlomit Koyfman <[email protected]>

Co-authored-by: Roee Shlomo <[email protected]>
Co-authored-by: Shlomit Koyfman <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2022
1 parent ed99cb1 commit b2ff659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func run(namespace string, metricsAddr string, enableLeaderElection bool) int {
Namespace: namespace,
MetricsBindAddress: metricsAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "fybrik-operator-leader-election",
LeaderElectionID: "data-movement-operator-leader-election",
Port: 9443,
NewCache: cache.BuilderWithOptions(cache.Options{SelectorsByObject: selectorsByObject}),
})
Expand Down

0 comments on commit b2ff659

Please sign in to comment.