diff --git a/cmd/manager/cmd.go b/cmd/manager/cmd.go index 37d54a7..b85c462 100644 --- a/cmd/manager/cmd.go +++ b/cmd/manager/cmd.go @@ -107,7 +107,7 @@ func NewCmd(scheme *runtime.Scheme) *cobra.Command { HealthProbeBindAddress: healthProbeBindAddress, LeaderElection: leaderElect, LeaderElectionNamespace: managerNamespace, - LeaderElectionID: "799b98bc.clastix.io", + LeaderElectionID: "kamaji.clastix.io", NewCache: func(config *rest.Config, opts cache.Options) (cache.Cache, error) { opts.SyncPeriod = &cacheResyncPeriod