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

Single webhook per configuration entity #600

Merged
merged 1 commit into from
Sep 22, 2023

Commits on Sep 21, 2023

  1. Single webhook per configuration entity

    We've noticed an unexpected behavior in OpenShift:
    1. ValidatingWebhookConfiguration or MutatingWebhookConfiguration is
       posted with a webhook
    2. CA bundle is injected to the webhook
    3. More webhooks are added to the configuration entity
    4. Some of the webhooks (in our case it has always been the last one)
       does not get a CA bundle injected
    
    This is a workaround for this issue - avoid adding webhooks to an
    existing configuration entity by separating each webhook to a different
    configuration entity.
    
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b343aec View commit details
    Browse the repository at this point in the history