From 4473e96f837e775f7dd58b667e20cce978a9f8be Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Sun, 4 Jun 2023 17:17:00 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441cd64..ee09c41 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The cert-manager-issuers package has the following configurable properties. | `namespace` | `cert-manager` | The namespace where cert-manager is deployed. | | `letsencrypt.include` | `false` | Whether to include a ClusterIssuer for Let's Encrypt. | | `letsencrypt.staging` | `true` | Whether to use Let's Encrypt staging, recommended for non-production environments. | -| `letsencrypt.email` | `true` | The email address that Let's Encrypt will use to send info on expiring certificates or issues. | +| `letsencrypt.email` | `""` | The email address that Let's Encrypt will use to send info on expiring certificates or issues. |