We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ee8ba + b6e0c39 commit 83658a2Copy full SHA for 83658a2
modules/ossm-integrating-with-user-workload-monitoring.adoc
@@ -33,7 +33,7 @@ $ SECRET=`oc get secret -n openshift-user-workload-monitoring |
33
+
34
[source,terminal]
35
----
36
-$ TOKEN=`echo $(oc get secret $SECRET -n openshift-user-workload-monitoring -o jsonpath='{.data.token}' | base64 -d`
+$ TOKEN=`oc get secret $SECRET -n openshift-user-workload-monitoring -o jsonpath='{.data.token}' | base64 -d`
37
38
39
.. Create a token to Thanos for Kiali by running the following command:
0 commit comments