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 Secchol committed Oct 28, 2024
1 parent 2399459 commit 212661c
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand All @@ -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 | `{}` | |
Expand Down

0 comments on commit 212661c

Please sign in to comment.