Skip to content

Commit

Permalink
Add poll-interval to EFS mount target
Browse files Browse the repository at this point in the history
(cherry picked from commit ff2ae73)

Signed-off-by: Logan Bowe <[email protected]>
Signed-off-by: Maximilian Blatt (external expert on behalf of DB Netz) <[email protected]>
  • Loading branch information
lbowe authored and MisterMX committed Mar 22, 2024
1 parent dccb291 commit dcaf139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/efs/mounttarget/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func SetupMountTarget(mgr ctrl.Manager, o controller.Options) error {
managed.WithInitializers(),
managed.WithCriticalAnnotationUpdater(custommanaged.NewRetryingCriticalAnnotationUpdater(mgr.GetClient())),
managed.WithExternalConnecter(&connector{kube: mgr.GetClient(), opts: opts}),
managed.WithPollInterval(o.PollInterval),
managed.WithLogger(o.Logger.WithValues("controller", name)),
managed.WithRecorder(event.NewAPIRecorder(mgr.GetEventRecorderFor(name))),
managed.WithConnectionPublishers(cps...),
Expand Down

0 comments on commit dcaf139

Please sign in to comment.