Skip to content

Commit a87f999

Browse files
authored
Merge pull request #698 from alenkacz/av/remove-obsolete-docs
📖 Remove obsolete cert provisioner docs
2 parents 5484dc1 + 477e0a7 commit a87f999

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/webhook/server.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ type Server struct {
5353
Port int
5454

5555
// 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.
6056
CertDir string
6157

6258
// WebhookMux is the multiplexer that handles different webhooks.

0 commit comments

Comments
 (0)