mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
fix: "table" to "Table" (#6789)
This commit is contained in:
parent
8943e3bb7d
commit
c60fdea25f
@ -9,7 +9,8 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
|
|||||||
|
|
||||||
## Global Chart Values
|
## Global Chart Values
|
||||||
|
|
||||||
<table>
|
<Table>
|
||||||
|
|
||||||
| Key | Type | Default |
|
| Key | Type | Default |
|
||||||
| :---------- | :---------- | :---------- |
|
| :---------- | :---------- | :---------- |
|
||||||
| global.authentication.provider | string | `no-auth` |
|
| 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.path | string | `Empty String` |
|
||||||
| global.elasticsearch.trustStore.password.secretRef | string | `elasticsearch-truststore-secrets` |
|
| global.elasticsearch.trustStore.password.secretRef | string | `elasticsearch-truststore-secrets` |
|
||||||
| global.elasticsearch.trustStore.password.secretKey | string | `openmetadata-elasticsearch-truststore-password` |
|
| global.elasticsearch.trustStore.password.secretKey | string | `openmetadata-elasticsearch-truststore-password` |
|
||||||
|
| global.fernetKey | string | `jJ/9sz0g0OHxsfxOoSfdFdmk3ysNmPRnH3TUAbz3IHA=` |
|
||||||
| global.jwtTokenConfiguration.enabled | bool | `false` |
|
| global.jwtTokenConfiguration.enabled | bool | `false` |
|
||||||
| global.jwtTokenConfiguration.rsapublicKeyFilePath | string | `Empty String` |
|
| global.jwtTokenConfiguration.rsapublicKeyFilePath | string | `Empty String` |
|
||||||
| global.jwtTokenConfiguration.rsaprivateKeyFilePath | 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.adminPort | int | 8586 |
|
||||||
| global.openmetadata.host | string | `openmetadata` |
|
| global.openmetadata.host | string | `openmetadata` |
|
||||||
| global.openmetadata.port | int | 8585 |
|
| global.openmetadata.port | int | 8585 |
|
||||||
</table>
|
|
||||||
|
</Table>
|
||||||
|
|
||||||
## Chart Values
|
## Chart Values
|
||||||
|
|
||||||
<table>
|
<Table>
|
||||||
|
|
||||||
| Key | Type | Default |
|
| Key | Type | Default |
|
||||||
| :---------- | :---------- | :---------- |
|
| :---------- | :---------- | :---------- |
|
||||||
| affinity | object | `{}` |
|
| affinity | object | `{}` |
|
||||||
@ -125,4 +129,5 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
|
|||||||
| serviceAccount.name | string | `nil` |
|
| serviceAccount.name | string | `nil` |
|
||||||
| sidecars | list | `[]` |
|
| sidecars | list | `[]` |
|
||||||
| tolerations | list | `[]` |
|
| tolerations | list | `[]` |
|
||||||
</table>
|
|
||||||
|
</Table>
|
@ -40,11 +40,12 @@ site_menu:
|
|||||||
|
|
||||||
- category: Deployment / Kubernetes Deployment
|
- category: Deployment / Kubernetes Deployment
|
||||||
url: /deployment/kubernetes
|
url: /deployment/kubernetes
|
||||||
|
- category: Deployment/ Kubernetes Deployment / Helm Values
|
||||||
|
url: /deployment/kubernetes/helm-values
|
||||||
- category: Deployment / Kubernetes Deployment / EKS
|
- category: Deployment / Kubernetes Deployment / EKS
|
||||||
url: /deployment/kubernetes/eks
|
url: /deployment/kubernetes/eks
|
||||||
- category: Deployment / Kubernetes Deployment / GKE
|
- category: Deployment / Kubernetes Deployment / GKE
|
||||||
url: /deployment/kubernetes/gke
|
url: /deployment/kubernetes/gke
|
||||||
|
|
||||||
- category: Deployment / Kubernetes Deployment / On Premises
|
- category: Deployment / Kubernetes Deployment / On Premises
|
||||||
url: /deployment/kubernetes/onprem
|
url: /deployment/kubernetes/onprem
|
||||||
- category: Deployment / Kubernetes Deployment / Enable Security
|
- category: Deployment / Kubernetes Deployment / Enable Security
|
||||||
|
Loading…
x
Reference in New Issue
Block a user