File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments