Skip to content

Commit c5b53ba

Browse files
feat(elasticsearch): improve post install notes (#623)
1 parent d9d9c03 commit c5b53ba

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

elasticsearch/plural/notes.tpl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
Use `plural watch datahub` to track the status of your application
1+
Use `plural watch elasticsearch` to track the status of your application. When it's fully provisioned, you can fetch the creds by running:
2+
3+
```
4+
kubectl get secret elasticsearch-es-elastic-user -n elasticsearch -o go-template --template="{{.data.elastic | base64decode}}"
5+
```
6+
7+
The username will always be `elastic`.
8+
9+
We also deploy a kibana instance available at {{ .Values.hostname }}
10+
11+

0 commit comments

Comments
 (0)