Skip to content

Commit

Permalink
Update doc-Service-Telemetry-Framework/modules/proc_connecting-an-ext…
Browse files Browse the repository at this point in the history
…ernal-dashboard-system.adoc

Co-authored-by: Leif Madsen <[email protected]>
  • Loading branch information
csibbitt and leifmadsen authored Dec 7, 2023
1 parent b52aed9 commit bdadc30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
+
[source,bash]
----
$ TOKEN=$(oc get secret my-prometheus-reader-token -o template={{.data.token}} | base64 -d)
$ TOKEN=$(oc get secret my-prometheus-reader-token -o template='{{.data.token}}' | base64 -d)
----

. Retrieve the Prometheus host name
Expand Down

0 comments on commit bdadc30

Please sign in to comment.