From 86cce61ca6796f8a610825fa13e82b9b19ad7c2c Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Wed, 13 Oct 2021 14:20:42 -0700 Subject: [PATCH] minor change --- _opensearch/install/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/install/helm.md b/_opensearch/install/helm.md index e76c8edf..6021334f 100644 --- a/_opensearch/install/helm.md +++ b/_opensearch/install/helm.md @@ -58,7 +58,7 @@ The default Helm chart deploys a three-node cluster. We recommend that you have 1. Deploy OpenSearch: ```bash - helm install my-release opensearch/opensearch + helm install my-deployment opensearch/opensearch ``` You can also build the `opensearch-1.0.0.tgz` file manually: