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 22ea21a commit 4542721Copy full SHA for 4542721
resources/elasticsearch/INSTALL.md
@@ -47,7 +47,7 @@ spec:
47
valueFrom:
48
configMapKeyRef:
49
key: elasticsearch.adminuser
50
- name: sysdigcloud-config
+ name: elasticsearch-config
51
- name: ES_URI
52
value: https://$(ELASTIC_USER):$(ELASTICSEARCH_ADMIN_PASSWORD)@YOUR-HOST:9200
53
envFrom:
@@ -59,4 +59,4 @@ spec:
59
Apply by configuration changes by executing the following:
60
```
61
kubectl apply -f exporter_with_credentials.yaml
62
-```
+```
0 commit comments