diff --git a/deploy/deploy-on-kubernetes/values.yaml.md b/deploy/deploy-on-kubernetes/values.yaml.md index e00e5a994b2..b2c9cf21823 100644 --- a/deploy/deploy-on-kubernetes/values.yaml.md +++ b/deploy/deploy-on-kubernetes/values.yaml.md @@ -28,7 +28,7 @@ description: This page list all the supported helm values for OpenMetadata Helm | global.elasticsearch.port | int | 9200 | | | global.elasticsearch.scheme | string | `http` | | | 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.path | string | Empty String | | | global.elasticsearch.trustStore.password.secretRef | string | elasticsearch-truststore-secrets | |