Skip to content

Commit ecd8528

Browse files
pepovtarokkk
authored andcommitted
raise configcheck retry to 1 min since the watch will trigger a reconcile anyways
1 parent 55fe843 commit ecd8528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/fluentd/fluentd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (r *Reconciler) Reconcile() (*reconcile.Result, error) {
145145
} else {
146146
r.Log.Info("still waiting for the configcheck result...")
147147
}
148-
return &reconcile.Result{RequeueAfter: time.Second}, nil
148+
return &reconcile.Result{RequeueAfter: time.Minute}, nil
149149
}
150150
}
151151
}

0 commit comments

Comments
 (0)