Skip to content

Commit

Permalink
Fix install url in pipelines-in-pipelines README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Dec 13, 2021
1 parent c299241 commit cd991ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines-in-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pip-controller-654bdc4cc8-7bvvn 1/1 Running 0 3m4s
Alternatively, install it from the nightly release using:

```commandline
kubectl apply --filename https://storage.cloud.google.com/tekton-releases-nightly/pipelines-in-pipelines/latest/release.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases-nightly/pipelines-in-pipelines/latest/release.yaml
```

## Usage
Expand Down Expand Up @@ -588,4 +588,4 @@ This will delete the `Pipelines-In-Pipelines Controller` and related resources o
Read an overview of our processes in [Tekton Community](https://github.com/tektoncd/community).

[kubernetes-overview]:
https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields
https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields

0 comments on commit cd991ac

Please sign in to comment.