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.
2 parents 5484dc1 + 477e0a7 commit a87f999Copy full SHA for a87f999
pkg/webhook/server.go
@@ -53,10 +53,6 @@ type Server struct {
53
Port int
54
55
// CertDir is the directory that contains the server key and certificate.
56
- // If using FSCertWriter in Provisioner, the server itself will provision the certificate and
57
- // store it in this directory.
58
- // If using SecretCertWriter in Provisioner, the server will provision the certificate in a secret,
59
- // the user is responsible to mount the secret to the this location for the server to consume.
60
CertDir string
61
62
// WebhookMux is the multiplexer that handles different webhooks.
0 commit comments