Skip to content

Commit

Permalink
Update grafana route 🛦
Browse files Browse the repository at this point in the history
  • Loading branch information
SandorHeese authored Apr 11, 2024
1 parent 869ce3f commit e242791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4-return-of-the-monitoring/1-enable-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
```bash
# get the route and open it in your browser
echo https://$(oc get route grafana-route --template='{{ .spec.host }}' -n ${TEAM_NAME}-ci-cd)
echo https://$(oc get route pb-grafana-route --template='{{ .spec.host }}' -n ${TEAM_NAME}-ci-cd)
```
If you use `Log in with OpenShift` to login and display dashboards - you user will only have `view` role which is read-only. This is alright in most cases, but we want to be able to edit and admin the boards.
Expand Down

0 comments on commit e242791

Please sign in to comment.