Skip to content

Commit

Permalink
feat(elasticsearch): improve post install notes (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Apr 5, 2023
1 parent d9d9c03 commit c5b53ba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion elasticsearch/plural/notes.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Use `plural watch datahub` to track the status of your application
Use `plural watch elasticsearch` to track the status of your application. When it's fully provisioned, you can fetch the creds by running:

```
kubectl get secret elasticsearch-es-elastic-user -n elasticsearch -o go-template --template="{{.data.elastic | base64decode}}"
```

The username will always be `elastic`.

We also deploy a kibana instance available at {{ .Values.hostname }}


0 comments on commit c5b53ba

Please sign in to comment.