Skip to content

Commit

Permalink
fix: update leader election ID
Browse files Browse the repository at this point in the history
- Move to an ID format that is becoming more common
  • Loading branch information
redhatrises committed Feb 16, 2024
1 parent ecb5f5d commit 5ea9728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func main() {
Port: 9443,
HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "70435a7a.crowdstrike.com",
LeaderElectionID: "falcon-operator-lock",
Cache: cache.Options{
ByObject: map[client.Object]cache.ByObject{
&falconv1alpha1.FalconAdmission{}: {},
Expand Down

0 comments on commit 5ea9728

Please sign in to comment.