fix multicluster options (#2037)
This commit is contained in:
@@ -61,6 +61,7 @@ func NewControllerManagerCommand() *cobra.Command {
|
|||||||
DevopsOptions: conf.DevopsOptions,
|
DevopsOptions: conf.DevopsOptions,
|
||||||
S3Options: conf.S3Options,
|
S3Options: conf.S3Options,
|
||||||
OpenPitrixOptions: conf.OpenPitrixOptions,
|
OpenPitrixOptions: conf.OpenPitrixOptions,
|
||||||
|
MultiClusterOptions: conf.MultiClusterOptions,
|
||||||
LeaderElection: s.LeaderElection,
|
LeaderElection: s.LeaderElection,
|
||||||
LeaderElect: s.LeaderElect,
|
LeaderElect: s.LeaderElect,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user