From 212661c4bea43a2ca7923133e1feb9f2e581ce4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 14:32:01 +0000 Subject: [PATCH] Updated the README --- README.md | 71 +++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 7ecab40..2c8720c 100644 --- a/README.md +++ b/README.md @@ -335,29 +335,29 @@ IMPORTANT: This is generated by helm-docs, do not attempt modifying it on hand a | cluster.jobs.createCluster.enabled | bool | `true` | | | cluster.jobs.patchCluster.enabled | bool | `true` | | | cluster.jobs.scaleCluster.enabled | bool | `true` | | -| cluster.tls.certificate.certificateKey | string | `""` | | -| cluster.tls.certificate.secretName | string | `""` | | -| cluster.tls.certificateChain.certificateChainKey | string | `""` | | -| cluster.tls.certificateChain.secretName | string | `""` | | -| cluster.tls.certificateRevocationList.certificateRevocationListKey | string | `""` | | -| cluster.tls.certificateRevocationList.secretName | string | `""` | | -| cluster.tls.keystore.keyAlias | string | `""` | | -| cluster.tls.keystore.keystoreKey | string | `""` | | -| cluster.tls.keystore.keystorePasswordKey | string | `""` | | -| cluster.tls.keystore.keystoreProvider | string | `""` | | -| cluster.tls.keystore.keystoreType | string | `""` | | -| cluster.tls.keystore.secretName | string | `""` | | +| cluster.tls.certificate.certificateKey | string | `"certificate.pem"` | | +| cluster.tls.certificate.existingSecret | string | `""` | | +| cluster.tls.certificateChain.certificateChainKey | string | `"certChain.pem"` | | +| cluster.tls.certificateChain.existingSecret | string | `""` | | +| cluster.tls.certificateRevocationList.certificateRevocationListKey | string | `"crl.pem"` | | +| cluster.tls.certificateRevocationList.existingSecret | string | `""` | | +| cluster.tls.keystore.existingSecret | string | `""` | | +| cluster.tls.keystore.keyAlias | string | `"mykey"` | | +| cluster.tls.keystore.keystoreKey | string | `"keystore.jks"` | | +| cluster.tls.keystore.keystorePasswordKey | string | `"pass"` | | +| cluster.tls.keystore.keystoreProvider | string | `"SUN"` | | +| cluster.tls.keystore.keystoreType | string | `"JKS"` | | | cluster.tls.mode | string | `"DEFAULT"` | | -| cluster.tls.privateKey.privateKeyKey | string | `""` | | -| cluster.tls.privateKey.privateKeyPasswordKey | string | `""` | | -| cluster.tls.privateKey.secretName | string | `""` | | -| cluster.tls.rootCerts.rootCertsKey | string | `""` | | -| cluster.tls.rootCerts.secretName | string | `""` | | -| cluster.tls.truststore.secretName | string | `""` | | -| cluster.tls.truststore.truststoreKey | string | `""` | | -| cluster.tls.truststore.truststorePasswordKey | string | `""` | | -| cluster.tls.truststore.truststoreProvider | string | `""` | | -| cluster.tls.truststore.truststoreType | string | `""` | | +| cluster.tls.privateKey.existingSecret | string | `""` | | +| cluster.tls.privateKey.privateKeyKey | string | `"privatekey.pem"` | | +| cluster.tls.privateKey.privateKeyPasswordKey | string | `"pass"` | | +| cluster.tls.rootCerts.existingSecret | string | `""` | | +| cluster.tls.rootCerts.rootCertsKey | string | `"rootCerts.pem"` | | +| cluster.tls.truststore.existingSecret | string | `""` | | +| cluster.tls.truststore.truststoreKey | string | `"truststore.jks"` | | +| cluster.tls.truststore.truststorePasswordKey | string | `"pass"` | | +| cluster.tls.truststore.truststoreProvider | string | `"SUN"` | | +| cluster.tls.truststore.truststoreType | string | `"JKS"` | | | cluster.token.existingSecret | string | `""` | | | cluster.token.secret | string | `"s3cr37"` | | | cluster.token.secretKey | string | `""` | | @@ -375,20 +375,19 @@ IMPORTANT: This is generated by helm-docs, do not attempt modifying it on hand a | configuration.logback.existingConfigmap | string | `""` | | | configuration.properties | object | `{}` | | | configuration.secretProperties | object | `{}` | | -| configuration.tls.certificateRevocationList.certificateRevocationListKey | string | `""` | | -| configuration.tls.certificateRevocationList.secretName | string | `""` | | -| configuration.tls.enabled | bool | `false` | | -| configuration.tls.keystore.keyAlias | string | `""` | | -| configuration.tls.keystore.keystoreKey | string | `""` | | -| configuration.tls.keystore.keystorePasswordKey | string | `""` | | -| configuration.tls.keystore.keystoreProvider | string | `""` | | -| configuration.tls.keystore.keystoreType | string | `""` | | -| configuration.tls.keystore.secretName | string | `""` | | -| configuration.tls.truststore.secretName | string | `""` | | -| configuration.tls.truststore.truststoreKey | string | `""` | | -| configuration.tls.truststore.truststorePasswordKey | string | `""` | | -| configuration.tls.truststore.truststoreProvider | string | `""` | | -| configuration.tls.truststore.truststoreType | string | `""` | | +| configuration.tls.certificateRevocationList.certificateRevocationListKey | string | `"crl.pem"` | | +| configuration.tls.certificateRevocationList.existingSecret | string | `""` | | +| configuration.tls.keystore.existingSecret | string | `""` | | +| configuration.tls.keystore.keyAlias | string | `"mykey"` | | +| configuration.tls.keystore.keystoreKey | string | `"keystore.jks"` | | +| configuration.tls.keystore.keystorePasswordKey | string | `"pass"` | | +| configuration.tls.keystore.keystoreProvider | string | `"SUN"` | | +| configuration.tls.keystore.keystoreType | string | `"JKS"` | | +| configuration.tls.truststore.existingSecret | string | `""` | | +| configuration.tls.truststore.truststoreKey | string | `"truststore.jks"` | | +| configuration.tls.truststore.truststorePasswordKey | string | `"pass"` | | +| configuration.tls.truststore.truststoreProvider | string | `"SUN"` | | +| configuration.tls.truststore.truststoreType | string | `"JKS"` | | | containerPorts.http | int | `7200` | | | containerPorts.rpc | int | `7300` | | | dnsConfig | object | `{}` | |