Skip to content

Commit 8b30b68

Browse files
committed
Update according to feedback
Signed-off-by: David Kwon <[email protected]>
1 parent 79641fb commit 8b30b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To quickly test metrics locally (without installing Prometheus Grafana in the cl
1515
```
1616
2. Get the serviceaccount's token to enable local access to metrics
1717
```bash
18-
TOKEN=$(kubectl create token devworkspace-controller-serviceaccount -n ${NAMESPACE} --duration=1h | base64 --decode)
18+
TOKEN=$(kubectl create token devworkspace-controller-serviceaccount -n ${NAMESPACE} --duration=1h)
1919
```
2020
NOTE: For development purposes, a non-expiring token can be created instead: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-long-lived-api-token-for-a-serviceaccount
2121
3. In another terminal, use `kubectl port-forward` to expose the controller's service locally

0 commit comments

Comments
 (0)