Skip to content

Commit

Permalink
Add poll-interval to EFS mount target
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Bowe <loganbowe@yahoo.com>
  • Loading branch information
lbowe authored and lbowe committed Mar 20, 2024
1 parent 432daeb commit ff2ae73
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 ff2ae73

Please sign in to comment.