Skip to content

Commit f50c3f7

Browse files
authored
Fix Grafana get the password command. (#822)
1 parent fe48073 commit f50c3f7

File tree

1 file changed

+1
-1
lines changed
  • docs-source/spring/content/observability/metrics

1 file changed

+1
-1
lines changed

docs-source/spring/content/observability/metrics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Prometheus is an open source monitoring and alerting system. Prometheus collects
276276
* To get the password, run this command:
277277

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

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

0 commit comments

Comments
 (0)