diff --git a/config/v1alpha1/types.go b/config/v1alpha1/types.go index 6aaa3e1..df201d9 100644 --- a/config/v1alpha1/types.go +++ b/config/v1alpha1/types.go @@ -177,7 +177,7 @@ type AttachDetachControllerConfiguration struct { // This flag enables or disables reconcile. Is false by default, and thus enabled. DisableAttachDetachReconcilerSync bool // ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop - // wait between successive executions. Is set to 5 sec by default. + // wait between successive executions. Is set to 60 sec by default. ReconcilerSyncLoopPeriod metav1.Duration }