Skip to content

Commit

Permalink
raise configcheck retry to 1 min since the watch will trigger a recon…
Browse files Browse the repository at this point in the history
…cile anyways
  • Loading branch information
pepov authored and tarokkk committed Feb 26, 2020
1 parent 55fe843 commit ecd8528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/fluentd/fluentd.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (r *Reconciler) Reconcile() (*reconcile.Result, error) {
} else {
r.Log.Info("still waiting for the configcheck result...")
}
return &reconcile.Result{RequeueAfter: time.Second}, nil
return &reconcile.Result{RequeueAfter: time.Minute}, nil
}
}
}
Expand Down

0 comments on commit ecd8528

Please sign in to comment.