From e242791ddccdb0b826589f0374bb9863b64c4f38 Mon Sep 17 00:00:00 2001 From: Sandor Date: Thu, 11 Apr 2024 16:48:52 +0200 Subject: [PATCH] =?UTF-8?q?Update=20grafana=20route=20=F0=9F=9B=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/4-return-of-the-monitoring/1-enable-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4-return-of-the-monitoring/1-enable-monitoring.md b/docs/4-return-of-the-monitoring/1-enable-monitoring.md index 4ce1f2cf..43abe800 100644 --- a/docs/4-return-of-the-monitoring/1-enable-monitoring.md +++ b/docs/4-return-of-the-monitoring/1-enable-monitoring.md @@ -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.