Skip to content

Commit

Permalink
fix: removed scrape annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 4, 2021
1 parent 3a7ab5c commit 6bef420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manager/controllers/step_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6bef420

Please sign in to comment.