From 48191e41518b4c9f40e1a1d598bb9acf1e80c0a1 Mon Sep 17 00:00:00 2001 From: "Kyle G. Christianson" Date: Tue, 25 Feb 2020 11:09:58 -0600 Subject: [PATCH] Fix the pipeline logs command --- ref/general/installation/installing-kabanero-foundation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref/general/installation/installing-kabanero-foundation.adoc b/ref/general/installation/installing-kabanero-foundation.adoc index 117c217..a20f390 100644 --- a/ref/general/installation/installing-kabanero-foundation.adoc +++ b/ref/general/installation/installing-kabanero-foundation.adoc @@ -121,7 +121,7 @@ You can build and deploy a simple java-microprofile application using the defaul * By default, the application container image is built and pushed to the Internal Registry, and then deployed serverless . (Optional) Access the pipeline logs -* `oc logs $(oc get pods -l tekton.dev/pipelineRun=appsody-manual-pipeline-run --output=jsonpath={.items[0].metadata.name}) --all-containers` +* `oc logs $(oc get pods -l tekton.dev/pipelineRun=java-microprofile-manual-pipeline-run -n kabanero --output="jsonpath={.items[0].metadata.name}") -n kabanero --all-containers` . (Optional) Make detailed pipeline changes by accessing the pipelines dashboard * `http://tekton-dashboard.`