We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a4326 commit ae48a6fCopy full SHA for ae48a6f
charts/graylog/README.md
@@ -116,15 +116,13 @@ helm upgrade --install mongodb-kubernetes-operator mongodb-kubernetes \
116
117
### Install the official Graylog Helm chart
118
119
+When deploying to Amazon EKS, use the `--set provider=aws` option to enable AWS-specific configurations:
120
+
121
```sh
122
# add the repo
123
helm repo add graylog https://graylog2.github.io/graylog-helm
124
helm repo update
-```
125
-When deploying to Amazon EKS, use the `--set provider=aws` option to enable AWS-specific configurations:
126
-
127
-```sh
128
# install the chart
129
helm install graylog graylog/graylog --namespace graylog --create-namespace --set provider=aws
130
```
0 commit comments