Skip to content

Commit d936d5e

Browse files
remove credebtial referenced
1 parent 39f7d5d commit d936d5e

File tree

1 file changed

+1
-3
lines changed
  • docs-source/cloudbank/content/backend

1 file changed

+1
-3
lines changed

docs-source/cloudbank/content/backend/signoz.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ SigNoz provides an easy way to access the logs, traces and metrics collected in
88

99
1. Explore the pre-installed Spring Boot Dashboard
1010

11-
Get the admin email and password for SigNoz using this command (your output could be different):
11+
Get the admin email and password for SigNoz using this command:
1212

1313
```shell
1414
$ kubectl -n observability get secret signoz-authn -o jsonpath='{.data.email}' | base64 -d
15-
1615
$ kubectl -n observability get secret signoz-authn -o jsonpath='{.data.password}' | base64 -d
17-
3INgb%T63KM$HN
1816
```
1917

2018
Start the tunnel using this command. You can run this in the background if you prefer.

0 commit comments

Comments
 (0)