Fix invalid manifest URL to insatll build (#930)

This patch replaces invalid manifest URL with the latest manifest URL.
This commit is contained in:
Kenjiro Nakayama 2019-02-26 02:34:48 +09:00 committed by Knative Prow Robot
parent 010249a509
commit ade2ffdc5e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ To add only the Knative Build component to an existing installation:
command to install [Knative Build](https://github.com/knative/build) and its command to install [Knative Build](https://github.com/knative/build) and its
dependencies: dependencies:
```bash ```bash
kubectl apply --filename https://storage.googleapis.com/knative-releases/build/latest/release.yaml kubectl apply --filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml
``` ```
1. Run the 1. Run the
[`kubectl get`](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get) [`kubectl get`](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get)