Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexy Mantha <alexy@mantha.dev>
  • Loading branch information
alexymantha committed Jun 12, 2024
1 parent 865cd84 commit 5fa0db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"math"
"net/http"
"net/http/pprof"
"os"
"time"

Expand Down Expand Up @@ -120,6 +119,7 @@ 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 5fa0db0

Please sign in to comment.