We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0962f27 commit 12cd6d5Copy full SHA for 12cd6d5
internal/controller/exporter_controller.go
@@ -186,7 +186,7 @@ func (r *ExporterReconciler) reconcileStatusConditionsOnline(
186
Message: "Lase seen less than 1 minute ago",
187
})
188
// marking the exporter online, requeue after 30 seconds
189
- requeueAfter = time.Duration(time.Second * 30)
+ requeueAfter = time.Second * 30
190
}
191
192
if exporter.Status.Devices == nil {
0 commit comments