From f0244b64a43dd9455749f24c0b4d2b2eb2d529b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Sep 2024 14:51:30 +0000 Subject: [PATCH] Updated the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61b7b0e..17725ec 100644 --- a/README.md +++ b/README.md @@ -319,11 +319,18 @@ IMPORTANT: This is generated by helm-docs, do not attempt modifying it on hand a | cluster.config.params.messageSizeKB | int | `64` | | | cluster.config.params.transactionLogMaximumSizeGB | int | `50` | | | cluster.config.params.verificationTimeout | int | `1500` | | +| cluster.config.tls.certificate.secretKey | string | `""` | | +| cluster.config.tls.certificate.secretName | string | `""` | | +| cluster.config.tls.certificateChain.certificateChainKey | string | `nil` | | +| cluster.config.tls.certificateChain.secretName | string | `nil` | | | cluster.config.tls.keystore.keyAlias | string | `""` | | | cluster.config.tls.keystore.keystoreKey | string | `""` | | | cluster.config.tls.keystore.keystorePasswordKey | string | `""` | | | cluster.config.tls.keystore.secretName | string | `""` | | | cluster.config.tls.mode | string | `"DEFAULT"` | | +| cluster.config.tls.privateKey.privatekeyKey | string | `""` | | +| cluster.config.tls.privateKey.privatekeyPasswordKey | string | `""` | | +| cluster.config.tls.privateKey.secretName | string | `""` | | | cluster.config.tls.truststore.secretName | string | `""` | | | cluster.config.tls.truststore.truststoreKey | string | `""` | | | cluster.config.tls.truststore.truststorePasswordKey | string | `""` | |