Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 envtest: set default webhook options for polling #2289

Merged
merged 1 commit into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. envtest: set default webhook options for polling

    Similar to how it's done for the CRD installation, set
    default webhook options for timeout/poll interval values.
    
    This avoids getting MaxTime=0 which changes its behaviour
    when moving from k8s deprecated wait.PollImmediate()
    to wait.PollUntilContextTimeout().
    
    Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
    mythi committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    007dc76 View commit details
    Browse the repository at this point in the history