Skip to content

Commit 49baacc

Browse files
authored
Merge pull request #594 from kant/patch-2
Minor fix on line 39
2 parents 2b2f914 + 761380b commit 49baacc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/operations/helm/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next let's assume we want to deploy elasticsearch to a testing namespace. Lets c
3636
$ helm install --name elasticsearch --namespace test-es elastic/elasticsearch
3737
```
3838

39-
Now you can monitor the pods to see if elasticearch is up and ready.
39+
Now you can monitor the pods to see if elasticsearch is up and ready.
4040

4141
Now lets say we want to make some changes to the options for deploying elasticsearch.
4242
You can create a file in `values` called `Elasticsearch.yaml`. And to deploy these changes
@@ -113,4 +113,3 @@ helm upgrade -i -f values/metricbeat.yaml --name metricbeat --namespace test-es
113113
```
114114

115115
Metricbeat and filebeat are both configured by default to start pulling metrics/logs from the k8s cluster and ship to the local Elasticsearch instance.
116-

0 commit comments

Comments
 (0)