fix: "table" to "Table" (#6789)

This commit is contained in:
Akash Jain 2022-08-18 12:40:58 +05:30 committed by GitHub
parent 8943e3bb7d
commit c60fdea25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -9,7 +9,8 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
## Global Chart Values
<table>
<Table>
| Key | Type | Default |
| :---------- | :---------- | :---------- |
| global.authentication.provider | string | `no-auth` |
@ -74,6 +75,7 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
| global.elasticsearch.trustStore.path | string | `Empty String` |
| global.elasticsearch.trustStore.password.secretRef | string | `elasticsearch-truststore-secrets` |
| global.elasticsearch.trustStore.password.secretKey | string | `openmetadata-elasticsearch-truststore-password` |
| global.fernetKey | string | `jJ/9sz0g0OHxsfxOoSfdFdmk3ysNmPRnH3TUAbz3IHA=` |
| global.jwtTokenConfiguration.enabled | bool | `false` |
| global.jwtTokenConfiguration.rsapublicKeyFilePath | string | `Empty String` |
| global.jwtTokenConfiguration.rsaprivateKeyFilePath | string | `Empty String` |
@ -83,11 +85,13 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
| global.openmetadata.adminPort | int | 8586 |
| global.openmetadata.host | string | `openmetadata` |
| global.openmetadata.port | int | 8585 |
</table>
</Table>
## Chart Values
<table>
<Table>
| Key | Type | Default |
| :---------- | :---------- | :---------- |
| affinity | object | `{}` |
@ -125,4 +129,5 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
| serviceAccount.name | string | `nil` |
| sidecars | list | `[]` |
| tolerations | list | `[]` |
</table>
</Table>

View File

@ -40,11 +40,12 @@ site_menu:
- category: Deployment / Kubernetes Deployment
url: /deployment/kubernetes
- category: Deployment/ Kubernetes Deployment / Helm Values
url: /deployment/kubernetes/helm-values
- category: Deployment / Kubernetes Deployment / EKS
url: /deployment/kubernetes/eks
- category: Deployment / Kubernetes Deployment / GKE
url: /deployment/kubernetes/gke
- category: Deployment / Kubernetes Deployment / On Premises
url: /deployment/kubernetes/onprem
- category: Deployment / Kubernetes Deployment / Enable Security