From a261523144afd59bc0aa3c56d796997de368f78f Mon Sep 17 00:00:00 2001 From: "C. H. Afzal" <41106172+c-h-afzal@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:18:01 -0800 Subject: [PATCH] The webhook-key-name command-line param isn't taking effect (#2344) Signed-off-by: C. H. Afzal --- cmd/operator/webhook/start.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/operator/webhook/start.go b/cmd/operator/webhook/start.go index e3135bfbb8..52586edee6 100644 --- a/cmd/operator/webhook/start.go +++ b/cmd/operator/webhook/start.go @@ -198,6 +198,7 @@ func start() { Port: webhookPort, CertDir: webhookCertDir, CertName: webhookCertName, + KeyName: webhookKeyName, TLSOpts: tlsOptions, }), HealthProbeBindAddress: healthProbeBindAddress,