incorporated feedback
This commit is contained in:
parent
86cce61ca6
commit
8d066f218c
|
@ -37,13 +37,13 @@ The default Helm chart deploys a three-node cluster. We recommend that you have
|
||||||
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
|
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Update the available charts locally from Charts repositories:
|
1. Update the available charts locally from charts repositories:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo update
|
helm repo update
|
||||||
```
|
```
|
||||||
|
|
||||||
1. To search for the OpenSearch-related Helm Charts:
|
1. To search for the OpenSearch-related Helm charts:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm search repo opensearch
|
helm search repo opensearch
|
||||||
|
|
Loading…
Reference in New Issue