From 8e8ab7b7c7a51c221278bc1988b57dcf7f64fd9a Mon Sep 17 00:00:00 2001 From: Andi Li Date: Fri, 28 Aug 2020 12:11:20 -0400 Subject: [PATCH] Documentation style match new line after bullet point. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fbdae7e..4aae6393 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,9 @@ Read more about how to install the example webhook [here](deploy/kubernetes/webh #### Validating Webhook Command Line Options * `--tls-cert-file`: File containing the x509 Certificate for HTTPS. (CA cert, if any, concatenated after server cert). Required. + * `--tls-private-key-file`: File containing the x509 private key matching --tls-cert-file. Required. + * `--port`: Secure port that the webhook listens on (default 443) ### Snapshot controller command line options