From f2c2bd20974ccc6134809fbb1f73334dfa7b544b Mon Sep 17 00:00:00 2001 From: Travis Holton Date: Tue, 24 Dec 2024 07:26:25 +1300 Subject: [PATCH] Update charts/capsule/README.md Co-authored-by: Dario Tranchitella --- charts/capsule/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/capsule/README.md b/charts/capsule/README.md index baee0e52..808a1a42 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -99,7 +99,7 @@ Here the values you can override: |-----|------|---------|-------------| | affinity | object | `{}` | Set affinity rules for the Capsule pod | | certManager.generateCertificates | bool | `false` | Specifies whether capsule webhooks certificates should be generated using cert-manager | -| certManager.generateCertificates | list | `[]` | Specify additional SANS to add to the certificate | +| certManager.additionalSANS | list | `[]` | Specify additional SAN to add to the certificate | | customAnnotations | object | `{}` | Additional annotations which will be added to all resources created by Capsule helm chart | | customLabels | object | `{}` | Additional labels which will be added to all resources created by Capsule helm chart | | imagePullSecrets | list | `[]` | Configuration for `imagePullSecrets` so that you can use a private images registry. |