From 55ddac32592bd11ab192de243bf71beaf29b98ad Mon Sep 17 00:00:00 2001 From: Preet Shah <48907607+preetsshah@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:09:26 +0530 Subject: [PATCH] Update helm-values documentation for v1.2.4 (#14485) --- .../content/v1.2.x/deployment/kubernetes/values.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openmetadata-docs/content/v1.2.x/deployment/kubernetes/values.md b/openmetadata-docs/content/v1.2.x/deployment/kubernetes/values.md index b163e0cb18d..cc1e68736fe 100644 --- a/openmetadata-docs/content/v1.2.x/deployment/kubernetes/values.md +++ b/openmetadata-docs/content/v1.2.x/deployment/kubernetes/values.md @@ -129,6 +129,9 @@ This page list all the supported helm values for OpenMetadata Helm Charts. | openmetadata.config.pipelineServiceClientConfig.auth.password.secretRef | string | `airflow-secrets` | AIRFLOW_PASSWORD | | openmetadata.config.pipelineServiceClientConfig.auth.password.secretKey | string | `openmetadata-airflow-password` | AIRFLOW_PASSWORD | | openmetadata.config.pipelineServiceClientConfig.auth.username | string | `admin` | AIRFLOW_USERNAME | +| openmetadata.config.pipelineServiceClientConfig.auth.trustStorePath | string | `` | AIRFLOW_TRUST_STORE_PATH | +| openmetadata.config.pipelineServiceClientConfig.auth.trustStorePassword.secretRef | string | `` | AIRFLOW_TRUST_STORE_PASSWORD | +| openmetadata.config.pipelineServiceClientConfig.auth.trustStorePassword.secretKey | string | `` | AIRFLOW_TRUST_STORE_PASSWORD | | openmetadata.config.pipelineServiceClientConfig.apiEndpoint | string | `http://openmetadata-dependencies-web:8080` | PIPELINE_SERVICE_CLIENT_ENDPOINT | | openmetadata.config.pipelineServiceClientConfig.className | string | `org.openmetadata.service.clients.pipeline.airflow.AirflowRESTClient` | PIPELINE_SERVICE_CLIENT_CLASS_NAME | | openmetadata.config.pipelineServiceClientConfig.enabled | bool | `true` | PIPELINE_SERVICE_CLIENT_ENABLED |