Skip to content

Commit

Permalink
updating release cheat sheet
Browse files Browse the repository at this point in the history
Adding use of context while creating pipeline resource and verifying the
pipeline run.
  • Loading branch information
pritidesai authored and tekton-robot committed Mar 13, 2021
1 parent 0599752 commit ed12e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ the pipelines repo, a terminal window and a text editor.
1. Once the pipeline is complete, check its results:
```bash
tkn pr describe <pipeline-run-name>
tkn --context dogfooding pr describe <pipeline-run-name>
(...)
📝 Results
Expand Down Expand Up @@ -91,7 +91,7 @@ the pipelines repo, a terminal window and a text editor.
1. Create a `PipelineResource` of type `git`
```shell
cat <<EOF | kubectl create -f -
cat <<EOF | kubectl --context dogfooding create -f -
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
Expand Down

0 comments on commit ed12e07

Please sign in to comment.