Closed edif2008 closed 2 years ago
This PR enables the webhook deployment do generate the certificate on the fly.
This simplifies the webhook's deployment process. All the user has to do is to deploy the 3 yaml files in the deploy directory.
deploy
Work for this PR is heavily inspired from this repo: https://github.com/morvencao/kube-sidecar-injector
Looks good overall,
Quick question: are there any configurations we want to allow users to make to the certificate?
@jillianwilson That might be something we want to add. Let's discuss this internally.
This PR enables the webhook deployment do generate the certificate on the fly.
This simplifies the webhook's deployment process. All the user has to do is to deploy the 3 yaml files in the
deploy
directory.Work for this PR is heavily inspired from this repo: https://github.com/morvencao/kube-sidecar-injector