trust-manager
trust-manager copied to clipboard
Allow TLS to be configured on the admission webhook server
The options for starting the trust-manager admission webhook server do not provide a way to pass TLS options to sigs.k8s.io/controller-runtime/pkg/webhook
to provide more fine-grain control over TLS. In particular, I would expect to at least configure TLSMinVersion
and TLSOpts
.