diff --git a/cmd/terminator.go b/cmd/terminator.go index 090100fd..653a5f3e 100644 --- a/cmd/terminator.go +++ b/cmd/terminator.go @@ -60,7 +60,7 @@ var terminatorCmd = &cobra.Command{ mgrOpts.LeaderElectionConfig = inClusterCfg } - rootClient, err := iclient.NewForLogicalCluster(kcpCfg, scheme, logicalcluster.Name("root")) + rootClient, err := iclient.NewForLogicalCluster(kcpCfg, scheme, logicalcluster.Name("root:orgs")) if err != nil { log.Error().Err(err).Msgf("Failed to get root client") os.Exit(1)