Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-6041

[pipelines-docs-1.14] Wrong command Issue in Tekton results documentation

XMLWordPrintable

    • Documentation (Ref Guide, User Guide, etc.)
    • Red Hat OpenShift Pipelines

      In [Preparing the opc utility environment for querying Tekton Results

      https://docs.openshift.com/pipelines/1.14/records/using-tekton-results-for-openshift-pipelines-observability.html#prepare-opc-for-results_using-tekton-results-for-openshift-pipelines-observability] second step, it says to run the following command:
      oc create token sa <service_account>
      

      That command is wrong, it should be:

      oc create token <service_account> -n <service_account_namespace>
      

      And we also should be clarifying that it should be pointing to the `tekton-results-api` serviceaccount on the namespace the Tekton Results were created on.

            Unassigned Unassigned
            rhn-support-parodrig Pablo Rodriguez Guillamon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: