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 d9d9c03 commit c5b53baCopy full SHA for c5b53ba
elasticsearch/plural/notes.tpl
@@ -1 +1,11 @@
1
-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:
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