Skip to content

Commit

Permalink
Merge pull request #2017 from crossplane-contrib/backport-2015-to-rel…
Browse files Browse the repository at this point in the history
…ease-0.47

[Backport release-0.47] fix(efs): Add poll-interval to EFS mount target
  • Loading branch information
MisterMX authored Mar 25, 2024
2 parents dccb291 + dcaf139 commit 97c0d1d
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 97c0d1d

Please sign in to comment.