aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Webhook admissions as a bool
Is your feature request related to a problem? We have older helmcharts and what not and we would like to migrate to using the AWS LB Controller. The problem is the chart forces the creation of a admissionwebhook.
Describe the solution you'd like Allow users to set the creation/use of the admission webhooks with a true/false or enabled/disabled parameter
Describe alternatives you've considered Deleting the admissionwebhook, gitops reenables etc. Upgrade, would love to but need some kind of intermediate step.
@jmturwy, the controller relies on the admission wehbook to validate, as well as apply default values. We currently don't have plans to make the admission webhook optional.
@jmturwy, closing the issue since we don't plan to support disabling the webhook.