Skip to content

Commit 76660c5

Browse files
savitaashturetekton-robot
authored andcommitted
Update release-cheat-sheet
Signed-off-by: savitaashture <sashture@redhat.com>
1 parent 50a00fe commit 76660c5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tekton/release-cheat-sheet.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ the triggers repo, a terminal window and a text editor.
133133
from the release branch. Refer to previous releases to confirm the expected format.
134134
1. In the section **Installation one-liner**, add the install instruction for interceptors also.
135135
```bash
136-
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/${VERSION_TAG}/interceptors.yaml
136+
kubectl apply -f https://infra.tekton.dev/tekton-releases/triggers/previous/${VERSION_TAG}/interceptors.yaml
137137
```
138138
1. In the section **Attestation**, modify it for inteceptors.yaml also.
139139
```bash
@@ -199,7 +199,12 @@ Congratulations, you're done!
199199
a short memorable name such as `dogfooding`:
200200
201201
```bash
202-
kubectl config rename-context gke_tekton-releases_us-central1-a_dogfooding dogfooding
202+
kubectl config current-context
203+
```
204+
get the context name and replace with current_context_name
205+
206+
```bash
207+
kubectl config rename-context <current_context_name> dogfooding
203208
```
204209
205210
## Important: Switch `kubectl` back to your own cluster by default.

0 commit comments

Comments
 (0)