Skip to content

Commit ae48a6f

Browse files
authored
Update README.md
1 parent 96a4326 commit ae48a6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

charts/graylog/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,13 @@ helm upgrade --install mongodb-kubernetes-operator mongodb-kubernetes \
116116

117117
### Install the official Graylog Helm chart
118118

119+
When deploying to Amazon EKS, use the `--set provider=aws` option to enable AWS-specific configurations:
120+
119121
```sh
120122
# add the repo
121123
helm repo add graylog https://graylog2.github.io/graylog-helm
122124
helm repo update
123-
```
124125

125-
When deploying to Amazon EKS, use the `--set provider=aws` option to enable AWS-specific configurations:
126-
127-
```sh
128126
# install the chart
129127
helm install graylog graylog/graylog --namespace graylog --create-namespace --set provider=aws
130128
```

0 commit comments

Comments
 (0)