Skip to content

Commit

Permalink
feat: add leader election configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Oct 11, 2024
1 parent 3a29e71 commit d6e3a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface LeaderElectionConfig {
* Lease name
*/
@WithName("lease-name")
@WithDefault("onecx-product-store-slot-operator-lease")
@WithDefault("onecx-k8s-db-postgresql-operator-lease")
String leaseName();
}
}

0 comments on commit d6e3a81

Please sign in to comment.