Since Kubernetes 1.14 a new leader election method based on the coordination.k8s.io API is available and it is the default method in controller-runtime since 0.7.0. We can switch to this new default once support for Kubernetes 1.13 is dropped from the operator.
kubernetes-sigs/controller-runtime#1144