Skip to content

Commit

Permalink
The webhook-key-name command-line param isn't taking effect (#2344)
Browse files Browse the repository at this point in the history
Signed-off-by: C. H. Afzal <[email protected]>
  • Loading branch information
c-h-afzal authored Dec 4, 2024
1 parent 40423d5 commit a261523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/operator/webhook/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ func start() {
Port: webhookPort,
CertDir: webhookCertDir,
CertName: webhookCertName,
KeyName: webhookKeyName,
TLSOpts: tlsOptions,
}),
HealthProbeBindAddress: healthProbeBindAddress,
Expand Down

0 comments on commit a261523

Please sign in to comment.