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

OCPBUGS-1062: update webhook configuration only if required #2065

Merged
merged 5 commits into from
Aug 15, 2023

Commits on Aug 7, 2023

  1. OCPBUGS-1062: update webhook configuration only if required

    This change uses the `ApplyValidatingWebhookConfigurationImproved`
    method from the github.com/openshift/library-go module instead of the
    previous custom implementation.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cc9dc78 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Add debug logs

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    781fa85 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Remove debug code

    simonpasquier committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e32691b View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e2fb12d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e003127 View commit details
    Browse the repository at this point in the history