From 2a0cf500cc8de02f9f46a611707e789f88945e62 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Tue, 14 Sep 2021 11:10:11 -0700 Subject: [PATCH] updated helm project path --- _opensearch/install/helm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_opensearch/install/helm.md b/_opensearch/install/helm.md index a5bc7d50..55458626 100644 --- a/_opensearch/install/helm.md +++ b/_opensearch/install/helm.md @@ -31,16 +31,16 @@ The default Helm chart deploys a three-node cluster. We recommend that you have ## Install OpenSearch using Helm -1. Clone the [opensearch-devops](https://github.com/opensearch-project/opensearch-devops/) repository: +1. Clone the [helm-charts](https://github.com/opensearch-project/helm-charts) repository: ```bash - git clone https://github.com/opensearch-project/opensearch-devops.git + git clone https://github.com/opensearch-project/helm-charts ``` 1. Change to the `opensearch` directory: ```bash - cd Helm/opensearch + cd charts/opensearch ``` 1. Package the Helm chart: