From 6bef420f18718ca977365ff2ed0c46f213036ec6 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 3 Jun 2021 17:29:40 -0700 Subject: [PATCH] fix: removed scrape annotations --- manager/controllers/step_controller.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/manager/controllers/step_controller.go b/manager/controllers/step_controller.go index 5e484bf5..f4a10342 100644 --- a/manager/controllers/step_controller.go +++ b/manager/controllers/step_controller.go @@ -158,8 +158,6 @@ func (r *StepReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl. annotations[dfv1.KeyDefaultContainer] = dfv1.CtrMain annotations[dfv1.KeyKillCmd(dfv1.CtrMain)] = util.MustJSON([]string{dfv1.PathKill, "1"}) annotations[dfv1.KeyKillCmd(dfv1.CtrSidecar)] = util.MustJSON([]string{dfv1.PathKill, "1"}) - annotations["prometheus.io/scrape"] = "true" - annotations["prometheus.io/port"] = "3569" if err := r.Client.Create( ctx,