Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Alexy Mantha <[email protected]>
  • Loading branch information
alexymantha committed Jun 12, 2024
1 parent 5fa0db0 commit efcea50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"time"

"github.com/argoproj/pkg/stats"
"github.com/google/go-cmp/cmp"
"k8s.io/apimachinery/pkg/runtime"
ctrl "sigs.k8s.io/controller-runtime"

Expand Down Expand Up @@ -119,7 +120,6 @@ func NewCommand() *cobra.Command {
log.Error(err, "Unable to apply K8s REST config defaults")
os.Exit(1)
}
log.Info(fmt.Sprintf("ApplicationSet controller QPS: %s and Burst: %s", cfg.QPS, cfg.Burst))

mgr, err := ctrl.NewManager(cfg, ctrl.Options{
Scheme: scheme,
Expand Down

0 comments on commit efcea50

Please sign in to comment.