Skip to content

Commit

Permalink
add echo back
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRoscigno committed Jul 10, 2019
1 parent eb37978 commit f22c052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s-observability-with-eck/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ echo elastic > ELASTICSEARCH_USERNAME
Decode and record the password:
```bash
echo \
`kubectl get secret elasticsearch-sample-elastic-user -o=jsonpath='{.data.elastic}' | base64 --decode` \
> ELASTICSEARCH_PASSWORD
```
Expand Down

0 comments on commit f22c052

Please sign in to comment.