We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaf0b8 commit ec2a74eCopy full SHA for ec2a74e
cmd/memberagent/main.go
@@ -135,6 +135,7 @@ func main() {
135
LeaderElection: *enableLeaderElection,
136
LeaderElectionNamespace: *leaderElectionNamespace,
137
LeaderElectionID: "3111024923.hub.fleet.azure.com",
138
+ LeaderElectionConfig: memberConfig,
139
Namespace: mcNamespace,
140
}
141
@@ -145,7 +146,6 @@ func main() {
145
146
HealthProbeBindAddress: *probeAddr,
147
LeaderElection: hubOpts.LeaderElection,
148
- LeaderElectionConfig: memberConfig,
149
LeaderElectionID: "136224848560.member.fleet.azure.com",
150
151
//+kubebuilder:scaffold:builder
0 commit comments