mirror of https://github.com/knative/docs.git
Fix invalid manifest URL to insatll build (#930)
This patch replaces invalid manifest URL with the latest manifest URL.
This commit is contained in:
parent
010249a509
commit
ade2ffdc5e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue