File tree Expand file tree Collapse file tree 3 files changed +25
-10
lines changed
Expand file tree Collapse file tree 3 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ The pipeline-controller is a Kubernetes controller offering an API (in terms of
1313 make run
1414 ```
1515
16+ ## Create example pipeline
17+
18+ To make it easier to develop on the controller, you can add example pipeline
19+ resources:
20+
21+ ``` bash
22+ # Github
23+ kubectl apply --recursive -f e2e/testdata/pipelines/github/
24+
25+ # Gitlab
26+ kubectl apply --recursive -f e2e/testdata/pipelines/gitlab/
27+ ```
28+
1629## Contributing
1730
1831Check out [ how to contribute] ( CONTRIBUTING.md ) to the project.
Original file line number Diff line number Diff line change 1616 targets :
1717 - namespace : prod-github
1818 promotion :
19- pull-request :
20- type : " github"
21- url : " https://github.com/weaveworks/pipeline-controller-e2e"
22- secretRef :
23- name : " github-promotion-credentials"
19+ strategy :
20+ pull-request :
21+ type : " github"
22+ url : " https://github.com/weaveworks/pipeline-controller-e2e"
23+ secretRef :
24+ name : " github-promotion-credentials"
Original file line number Diff line number Diff line change 1616 targets :
1717 - namespace : prod-gitlab
1818 promotion :
19- pull-request :
20- type : " gitlab"
21- url : " https://gitlab.git.dev.weave.works/pipeline-controller/pipeline-controller-e2e"
22- secretRef :
23- name : " gitlab-ee-promotion-credentials"
19+ strategy :
20+ pull-request :
21+ type : " gitlab"
22+ url : " https://gitlab.git.dev.weave.works/pipeline-controller/pipeline-controller-e2e"
23+ secretRef :
24+ name : " gitlab-ee-promotion-credentials"
You can’t perform that action at this time.
0 commit comments