GitBook: [#180] Kubernetes values.yaml fix typo for elasticsearch password secret key

This commit is contained in:
Akash Jain 2022-04-01 16:12:06 +00:00 committed by Sriharsha Chintalapani
parent dbe6b641ac
commit e2fdecfd20

View File

@ -28,7 +28,7 @@ description: This page list all the supported helm values for OpenMetadata Helm
| global.elasticsearch.port | int | 9200 | | | global.elasticsearch.port | int | 9200 | |
| global.elasticsearch.scheme | string | `http` | | | global.elasticsearch.scheme | string | `http` | |
| global.elasticsearch.auth.password.secretRef | string | elasticsearch-secrets | | | global.elasticsearch.auth.password.secretRef | string | elasticsearch-secrets | |
| global.elasticsearch.auth.password.secretKey | string | openmetadata-elastcisearch-password | | | global.elasticsearch.auth.password.secretKey | string | openmetadata-elasticsearch-password | |
| global.elasticsearch.trustStore.enabled | bool | false | | | global.elasticsearch.trustStore.enabled | bool | false | |
| 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 | |