Skip to content

Commit

Permalink
Fix Grafana get the password command. (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasimoes authored Feb 7, 2024
1 parent fe48073 commit f50c3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-source/spring/content/observability/metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Prometheus is an open source monitoring and alerting system. Prometheus collects
* To get the password, run this command:

```shell
kubectl -n grafana get secret grafana -o jsonpath='{.data.admin-password}' | base64 -d
kubectl -n grafana get secret grafana-dashboard-authn -o jsonpath='{.data.password}' | base64 -d
```

> **NOTE:** If you do not have `base64`, leave off the last part (`| base64 -d`) in the command, then copy the output, and use this
Expand Down

0 comments on commit f50c3f7

Please sign in to comment.