Skip to content

Commit 4542721

Browse files
Minor rename in Elasticsearch install
1 parent 22ea21a commit 4542721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/elasticsearch/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
valueFrom:
4848
configMapKeyRef:
4949
key: elasticsearch.adminuser
50-
name: sysdigcloud-config
50+
name: elasticsearch-config
5151
- name: ES_URI
5252
value: https://$(ELASTIC_USER):$(ELASTICSEARCH_ADMIN_PASSWORD)@YOUR-HOST:9200
5353
envFrom:
@@ -59,4 +59,4 @@ spec:
5959
Apply by configuration changes by executing the following:
6060
```
6161
kubectl apply -f exporter_with_credentials.yaml
62-
```
62+
```

0 commit comments

Comments
 (0)