From e0cc21eefe9775a5f5655c377b131cef1d80eb2a Mon Sep 17 00:00:00 2001 From: Christoph Barbian Date: Sat, 14 Oct 2023 22:18:07 +0200 Subject: [PATCH] adjust README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92acb2b..ad241c7 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ As a short form it is possible to just specify `%generate` as secret value, in w |Flag |Optional|Default|Description | |-----------------------------|--------|-------|------------------------------------------------------------| -|-bind-address string |yes |:2443 |Webhook bind address | -|-tls-key-file |no |- |File containing the TLS private key used for SSL termination| -|-tls-cert-file |no |- |File containing the TLS certificate matching the private key| +|--bind-address string |yes |:2443 |Webhook bind address | +|--tls-key-file |no |- |File containing the TLS private key used for SSL termination| +|--tls-cert-file |no |- |File containing the TLS certificate matching the private key| **References**