From e2fdecfd20cfcfce13e62eec1cd42beae5dd67b3 Mon Sep 17 00:00:00 2001 From: Akash Jain Date: Fri, 1 Apr 2022 16:12:06 +0000 Subject: [PATCH] GitBook: [#180] Kubernetes values.yaml fix typo for elasticsearch password secret key --- deploy/deploy-on-kubernetes/values.yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |