From 4255c6ceeaccea456d15800aa6977c696c1df62c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 31 Oct 2024 15:36:35 +0000 Subject: [PATCH] Updated the README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2c8720c..b39de19 100644 --- a/README.md +++ b/README.md @@ -339,23 +339,24 @@ IMPORTANT: This is generated by helm-docs, do not attempt modifying it on hand a | cluster.tls.certificate.existingSecret | string | `""` | | | cluster.tls.certificateChain.certificateChainKey | string | `"certChain.pem"` | | | cluster.tls.certificateChain.existingSecret | string | `""` | | +| cluster.tls.certificateKey.existingSecret | string | `""` | | +| cluster.tls.certificateKey.privateKeyKey | string | `"privatekey.pem"` | | +| cluster.tls.certificateKey.privateKeyPasswordKey | string | `"privatekey_password"` | | | 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.keyAlias | string | `"graphdb"` | | | cluster.tls.keystore.keystoreKey | string | `"keystore.jks"` | | -| cluster.tls.keystore.keystorePasswordKey | string | `"pass"` | | +| cluster.tls.keystore.keystorePasswordKey | string | `"keystore_password"` | | | cluster.tls.keystore.keystoreProvider | string | `"SUN"` | | | cluster.tls.keystore.keystoreType | string | `"JKS"` | | | cluster.tls.mode | string | `"DEFAULT"` | | -| cluster.tls.privateKey.existingSecret | string | `""` | | -| cluster.tls.privateKey.privateKeyKey | string | `"privatekey.pem"` | | -| cluster.tls.privateKey.privateKeyPasswordKey | string | `"pass"` | | +| cluster.tls.mountPath | string | `"/etc/graphdb/tls/grpc/"` | | | 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.truststorePasswordKey | string | `"truststore_password"` | | | cluster.tls.truststore.truststoreProvider | string | `"SUN"` | | | cluster.tls.truststore.truststoreType | string | `"JKS"` | | | cluster.token.existingSecret | string | `""` | | @@ -378,14 +379,15 @@ IMPORTANT: This is generated by helm-docs, do not attempt modifying it on hand a | 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.keyAlias | string | `"graphdb"` | | | configuration.tls.keystore.keystoreKey | string | `"keystore.jks"` | | -| configuration.tls.keystore.keystorePasswordKey | string | `"pass"` | | +| configuration.tls.keystore.keystorePasswordKey | string | `"keystore_password"` | | | configuration.tls.keystore.keystoreProvider | string | `"SUN"` | | | configuration.tls.keystore.keystoreType | string | `"JKS"` | | +| configuration.tls.mountPath | string | `"/etc/graphdb/tls/tomcat/"` | | | configuration.tls.truststore.existingSecret | string | `""` | | | configuration.tls.truststore.truststoreKey | string | `"truststore.jks"` | | -| configuration.tls.truststore.truststorePasswordKey | string | `"pass"` | | +| configuration.tls.truststore.truststorePasswordKey | string | `"truststore_password"` | | | configuration.tls.truststore.truststoreProvider | string | `"SUN"` | | | configuration.tls.truststore.truststoreType | string | `"JKS"` | | | containerPorts.http | int | `7200` | |