Skip to content

Commit 39ee87b

Browse files
committed
fix typo
1 parent 74aee23 commit 39ee87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type Server struct {
5656
// CertName is the server certificate name. Defaults to tls.crt.
5757
CertName string
5858

59-
// CertName is the server key name. Defaults to tls.key.
59+
// KeyName is the server key name. Defaults to tls.key.
6060
KeyName string
6161

6262
// ClientCAName is the CA certificate name which server used to verify remote(client)'s certificate.

0 commit comments

Comments
 (0)