From 5fa0db082d54465853763f23dc0668d8994d9fc3 Mon Sep 17 00:00:00 2001 From: Alexy Mantha Date: Wed, 12 Jun 2024 14:59:31 -0400 Subject: [PATCH] fix Signed-off-by: Alexy Mantha --- .../commands/applicationset_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/argocd-applicationset-controller/commands/applicationset_controller.go b/cmd/argocd-applicationset-controller/commands/applicationset_controller.go index 7abc5657ffd62..5c5889f7965b7 100644 --- a/cmd/argocd-applicationset-controller/commands/applicationset_controller.go +++ b/cmd/argocd-applicationset-controller/commands/applicationset_controller.go @@ -4,7 +4,6 @@ import ( "fmt" "math" "net/http" - "net/http/pprof" "os" "time" @@ -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,