Skip to content

Commit

Permalink
fix: remove comment that not holds anymore (#2066)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <csviri@gmail.com>
  • Loading branch information
csviri authored Sep 19, 2023
1 parent 609a55a commit 6238ef2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ private void init(LeaderElectionConfiguration config) {
throw new IllegalArgumentException(message);
}
final var lock = new LeaseLock(leaseNamespace, config.getLeaseName(), identity);
// releaseOnCancel is not used in the underlying implementation
leaderElector = new LeaderElectorBuilder(
configurationService.getKubernetesClient(),
configurationService.getExecutorServiceManager().cachingExecutorService())
Expand Down

0 comments on commit 6238ef2

Please sign in to comment.