mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-21 16:43:48 +00:00
@@ -34,7 +34,7 @@ func (c *Options) RunWebhookServer() error {
|
||||
Port: c.Port,
|
||||
HealthProbeBindAddress: ":8000",
|
||||
CertDir: c.CertDir,
|
||||
WebhookServer: &webhook.Server{TLSMinVersion: "1.2"},
|
||||
WebhookServer: &webhook.Server{TLSMinVersion: "1.3"},
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user