jfrog / kubenab

Kubernetes Admission Webhook to enforce pulling of Docker images from the private registry.
Apache License 2.0
46 stars 12 forks source link

Fix multi container bug #23

Closed l0nax closed 5 years ago

l0nax commented 5 years ago

This Patch will fix the Bug described in #21 by returning as Patch Operation replace and the path to the Container-Image.

This Patch also adds the UPDATE Operation to the Mutate and Validate Webhooks to prevent future Issues if a User (or Operator) patches/ changes the Pod instead of re-creating.

Closes #21