Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mihailradkov committed Nov 28, 2024
1 parent 569e7a1 commit ab6c6e3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand All @@ -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` | |
Expand Down

0 comments on commit ab6c6e3

Please sign in to comment.