Skip to content

Commit

Permalink
Fix in-cluster leader election in apinetlet (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Oct 25, 2024
1 parent 00db6b9 commit 6b9acd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/apinetlet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func main() {
},
HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
LeaderElectionConfig: apiNetCfg,
LeaderElectionID: "fa89daf5.apinetlet.apinet.ironcore.dev",
Cache: cache.Options{
DefaultNamespaces: cacheDefaultNamespaces,
Expand Down

0 comments on commit 6b9acd8

Please sign in to comment.