diff --git a/k8s-observability-with-eck/README.md b/k8s-observability-with-eck/README.md index f1434f20..bad078c2 100644 --- a/k8s-observability-with-eck/README.md +++ b/k8s-observability-with-eck/README.md @@ -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 ```