Skip to content

Commit

Permalink
The webhook-key-name command-line param isn't taking effect (kubeflow…
Browse files Browse the repository at this point in the history
…#2344)

Signed-off-by: C. H. Afzal <[email protected]>
(cherry picked from commit a261523)
  • Loading branch information
c-h-afzal authored and ChenYi015 committed Dec 10, 2024
1 parent fd0b4a5 commit bfd1228
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 bfd1228

Please sign in to comment.