We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aee23 commit 39ee87bCopy full SHA for 39ee87b
pkg/webhook/server.go
@@ -56,7 +56,7 @@ type Server struct {
56
// CertName is the server certificate name. Defaults to tls.crt.
57
CertName string
58
59
- // CertName is the server key name. Defaults to tls.key.
+ // KeyName is the server key name. Defaults to tls.key.
60
KeyName string
61
62
// ClientCAName is the CA certificate name which server used to verify remote(client)'s certificate.
0 commit comments