We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6db463 commit 3ad0621Copy full SHA for 3ad0621
docs/operations/helm/README.md
@@ -36,7 +36,7 @@ Next let's assume we want to deploy elasticsearch to a testing namespace. Lets c
36
$ helm install --name elasticsearch --namespace test-es elastic/elasticsearch
37
```
38
39
-Now you can monitor the pods to see if elasticearch is up and ready.
+Now you can monitor the pods to see if elasticsearch is up and ready.
40
41
Now lets say we want to make some changes to the options for deploying elasticsearch.
42
You can create a file in `values` called `Elasticsearch.yaml`. And to deploy these changes
0 commit comments